fix missing semicolon
This commit is contained in:
parent
3e72cff940
commit
bcb80ccb6f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ void NetworkDetachFromServer(void);
|
|||
class ServerSetupStateRacesArray {
|
||||
int& operator[](int idx) { return p[idx].Race; }
|
||||
int& operator[](int idx) const { return p[idx].Race; }
|
||||
}
|
||||
};
|
||||
|
||||
enum SlotOption {
|
||||
Available @ SlotAvailable,
|
||||
|
|
Loading…
Add table
Reference in a new issue