Misc fixes/missed stuff

This commit is contained in:
hondacrx
2021-12-27 18:11:38 -05:00
parent 1dbe035242
commit 74133edce1
6 changed files with 20 additions and 74 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ namespace Game
return eventId;
}
void FreeInviteId(ulong id)
public void FreeInviteId(ulong id)
{
if (id == _maxInviteId)
--_maxInviteId;