We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc65b1 commit c0a19e9Copy full SHA for c0a19e9
source/socket.cpp
@@ -19,10 +19,10 @@ GMOD_MODULE_OPEN( )
19
case PARSE_SUCCESS:
20
break;
21
case PARSE_CANT_READ:
22
- LUA->ThrowError("Failed to read whitelist file!");
+ LUA->ThrowError("Failed to read whitelist file!\n");
23
24
case PARSE_NO_ENTRIES:
25
- LUA->ThrowError("Didn't find any valid entries in whitelist file!");
+ LUA->ThrowError("Didn't find any valid entries in whitelist file!\n");
26
27
default:
28
0 commit comments