mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
implement client server connection tracking persistence
This commit is contained in:
@ -17,5 +17,11 @@
|
||||
SHG1 = 9,
|
||||
CSGO = 10
|
||||
}
|
||||
|
||||
public enum ConnectionType
|
||||
{
|
||||
Connect,
|
||||
Disconnect
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user