diff options
Diffstat (limited to 'NorthstarDedicatedTest/context.cpp')
-rw-r--r-- | NorthstarDedicatedTest/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/context.cpp b/NorthstarDedicatedTest/context.cpp index 17de66b3..7478faa3 100644 --- a/NorthstarDedicatedTest/context.cpp +++ b/NorthstarDedicatedTest/context.cpp @@ -9,6 +9,6 @@ const char* GetContextName(ScriptContext context) return "SERVER"; else if (context == ScriptContext::UI) return "UI"; - + return ""; }
\ No newline at end of file |