mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
more stability changes
This commit is contained in:
@ -26,7 +26,11 @@ namespace SharedLibraryCore
|
||||
/// <summary>
|
||||
/// executing the event would cause an invalid state
|
||||
/// </summary>
|
||||
Invalid
|
||||
Invalid,
|
||||
/// <summary>
|
||||
/// client is doing too much of something
|
||||
/// </summary>
|
||||
Throttle
|
||||
}
|
||||
|
||||
public enum EventType
|
||||
|
Reference in New Issue
Block a user