mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-01-17 00:04:45 -05:00
Fixed an issue where ship wouldn't repack when landing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user