mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fixed interface method name
Thanks rexx!
This commit is contained in:
parent
1d960c50dd
commit
76e7111101
@ -56,8 +56,8 @@ public:
|
||||
virtual bool IsMapValid(const char* szFileName) = 0;
|
||||
// Is this a dedicated server?
|
||||
virtual bool IsDedicatedServer(void) = 0;
|
||||
// Is in Hammer editing mode?
|
||||
virtual bool IsInEditMode(void) = 0; // Might be wrong!!!
|
||||
// Is this server active?
|
||||
virtual bool IsActive(void) = 0;
|
||||
virtual void NullSub0(void) = 0;
|
||||
// get arbitrary launch options
|
||||
virtual KeyValues* GetLaunchOptions(void) = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user