Codechange: [Network] Let admin-game script use std::string

This commit is contained in:
rubidium42
2021-05-14 17:33:29 +02:00
committed by rubidium42
parent 29f2bd27c4
commit e58581f1f8
5 changed files with 15 additions and 22 deletions

View File

@@ -139,7 +139,7 @@
return 1;
}
NetworkAdminGameScript(json.c_str());
NetworkAdminGameScript(json);
sq_pushinteger(vm, 1);
return 1;