diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index 3cb1037..2ffba13 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ diff --git a/RenX.Core/RenX_GameCommand.cpp b/RenX.Core/RenX_GameCommand.cpp index 836071d..6f65b56 100644 --- a/RenX.Core/RenX_GameCommand.cpp +++ b/RenX.Core/RenX_GameCommand.cpp @@ -23,7 +23,7 @@ Jupiter::ArrayList *RenX::GameMasterCommandList = &_GameMaste RenX::GameCommand::GameCommand(const RenX::GameCommand &command) { - RenX::GameMasterCommandList->add(this); + //RenX::GameMasterCommandList->add(this); } RenX::GameCommand::GameCommand()