mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-01-17 00:04:45 -05:00
Fixed potential issue with getDroidCommands in space_combat library
This commit is contained in:
@@ -1972,7 +1972,7 @@ public class space_combat extends script.base_script
|
||||
}
|
||||
}
|
||||
if (strDroidCommands.size() > 0)
|
||||
return (String[]) strDroidCommands.toArray();
|
||||
return (String[]) strDroidCommands.toArray(new String[0]);
|
||||
return null;
|
||||
}
|
||||
public static void grantCapitalShipSequenceRewardsAndCreditForKills(obj_id objDefender) throws InterruptedException
|
||||
|
||||
Reference in New Issue
Block a user