diff options
Diffstat (limited to 'NorthstarDedicatedTest/context.cpp')
-rw-r--r-- | NorthstarDedicatedTest/context.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/context.cpp b/NorthstarDedicatedTest/context.cpp index 6cd9d885..f3c0edc6 100644 --- a/NorthstarDedicatedTest/context.cpp +++ b/NorthstarDedicatedTest/context.cpp @@ -3,8 +3,6 @@ const char* GetContextName(Context context) { - if (context == NONE) - return ""; if (context == CLIENT) return "CLIENT"; else if (context == SERVER) @@ -12,5 +10,5 @@ const char* GetContextName(Context context) else if (context == UI) return "UI"; - return nullptr; + return ""; }
\ No newline at end of file |