forked from UNLOZE/sm-plugins
SourceMod 1.10 and new OnEntitySpawned forward
This commit is contained in:
@@ -1053,7 +1053,7 @@ methodmap JSONRootNode < JSONValue {
|
||||
}
|
||||
|
||||
public static JSONRootNode Pack(const char[] packString, ArrayList params) {
|
||||
return json_pack(packString, params);
|
||||
return JSONValue_ByPack(packString, params);
|
||||
}
|
||||
|
||||
public void DumpToServer() {
|
||||
|
||||
Reference in New Issue
Block a user