mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -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