v0.8.2a: removed some redundant work in onCreate
This commit is contained in:
@@ -131,6 +131,10 @@ public class SPDAction extends GameAction {
|
||||
|
||||
public static void loadBindings(){
|
||||
|
||||
if (!KeyBindings.getAllBindings().isEmpty()){
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
Bundle b = FileUtils.bundleFromFile(BINDINGS_FILE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user