Skip to content

Commit 2de039b

Browse files
committed
Move comment
1 parent 8496ab1 commit 2de039b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/whitelist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
#include <sstream>
99
#include <regex>
1010

11+
//Somewhere glua can't read?
1112
const char* whitelistDir = "../gm_socket_whitelist.txt";
1213
std::vector<std::pair<std::string, std::string> > whitelist;
1314

1415
int parseWhitelist(GarrysMod::Lua::ILuaBase* LUA)
1516
{
16-
//Somewhere glua can't read?
1717
std::ifstream input(whitelistDir);
1818
if(input)
1919
{

0 commit comments

Comments
 (0)