Allow reloadnewgrfs in multiplayer (for grf-py live reload)

This commit is contained in:
dP
2024-02-23 02:37:52 +05:30
parent e3270c1c9e
commit 701f115dd7

View File

@@ -190,7 +190,8 @@ DEF_CONSOLE_HOOK(ConHookNewGRFDeveloperTool)
if (echo) IConsolePrint(CC_ERROR, "This command is only available in-game and in the editor.");
return CHR_DISALLOW;
}
return ConHookNoNetwork(echo);
return CHR_ALLOW;
// CM return ConHookNoNetwork(echo);
}
return CHR_HIDE;
}