Trying to make rejoin work, still broken due to change of unique id during game.
This commit is contained in:
@@ -43,6 +43,9 @@ public:
|
||||
unsigned getMyUniqueID() const {
|
||||
return myUniqueID;
|
||||
}
|
||||
void setMyUniqueID(unsigned newId) {
|
||||
myUniqueID = newId;
|
||||
}
|
||||
|
||||
void setMyGuid(const std::string &theValue) {
|
||||
myGuid = theValue;
|
||||
|
||||
Reference in New Issue
Block a user