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 c57082c commit 4693745Copy full SHA for 4693745
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!\n");
+ LUA->ThrowError("Failed to read whitelist file!");
23
24
case PARSE_NO_ENTRIES:
25
- LUA->ThrowError("Didn't find any valid entries in whitelist file!\n");
+ LUA->ThrowError("Didn't find any valid entries in whitelist file!");
26
27
default:
28
0 commit comments