Fixed an issue where ship wouldn't repack when landing

This commit is contained in:
seefoe
2018-06-06 10:47:35 -04:00
parent 923dad018a
commit d5cd1a00db

View File

@@ -1957,7 +1957,7 @@ public class space_combat extends script.base_script
}
}
if(strCommands.size() > 0)
return (String[]) strCommands.toArray();
return (String[]) strCommands.toArray(new String[0]);
return null;
}
public static String[] getDroidCommands(obj_id objPlayer) throws InterruptedException