mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
damn double checks everywhere ...
This commit is contained in:
@@ -2747,7 +2747,7 @@ public class terminal_character_builder extends script.base_script
|
||||
closeOldWindow(player);
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
String[] beasts = (!isGod(player) ? BEAST_OPTIONS_FOR_PLAYERS : BEAST_OPTIONS);
|
||||
String[] beasts = BEAST_OPTIONS;
|
||||
if (idx == -1 || idx > beasts.length)
|
||||
{
|
||||
cleanScriptVars(player);
|
||||
|
||||
Reference in New Issue
Block a user