From 019f1dbe737b1014afca73f91eaef1576a3c23ee Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Wed, 28 Oct 2015 00:49:38 -0500 Subject: [PATCH] fix --- .../serverScript/src/shared/ScriptMethodsBeastMaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/library/serverScript/src/shared/ScriptMethodsBeastMaster.cpp b/engine/server/library/serverScript/src/shared/ScriptMethodsBeastMaster.cpp index d290860e..8a7fe021 100644 --- a/engine/server/library/serverScript/src/shared/ScriptMethodsBeastMaster.cpp +++ b/engine/server/library/serverScript/src/shared/ScriptMethodsBeastMaster.cpp @@ -261,7 +261,7 @@ jboolean JNICALL ScriptMethodsBeastMasterNamespace::setBeastMasterToggledPetComm if (item != JavaString::cms_nullPtr) JavaLibrary::convert(*item, commands[i]); else - commands[i]clear(); + commands[i].clear(); } po->setPetToggledCommands(commands); return JNI_TRUE;