mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user