Allow reloadnewgrfs in multiplayer (for grf-py live reload)
This commit is contained in:
@@ -190,7 +190,8 @@ DEF_CONSOLE_HOOK(ConHookNewGRFDeveloperTool)
|
|||||||
if (echo) IConsolePrint(CC_ERROR, "This command is only available in-game and in the editor.");
|
if (echo) IConsolePrint(CC_ERROR, "This command is only available in-game and in the editor.");
|
||||||
return CHR_DISALLOW;
|
return CHR_DISALLOW;
|
||||||
}
|
}
|
||||||
return ConHookNoNetwork(echo);
|
return CHR_ALLOW;
|
||||||
|
// CM return ConHookNoNetwork(echo);
|
||||||
}
|
}
|
||||||
return CHR_HIDE;
|
return CHR_HIDE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user