More fixes

Comment out related deci2 code until networking can be reworked.  Resolved std::exception errors with a temporary fix
This commit is contained in:
doctaweed
2020-08-26 19:34:54 -06:00
parent 2c92c7799b
commit 1dc206edb9
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ bool Object::operator==(const Object& other) const {
}
default:
//throw std::exception("equality not implemented for " + print());
throw std::exception("equality not implemented for");
}
}