Cleaner formatting

This commit is contained in:
Anuken
2020-05-03 21:18:25 -04:00
parent 45d8188ba4
commit becc23ca42
31 changed files with 183 additions and 183 deletions

View File

@@ -134,7 +134,7 @@ public class Maps{
loadMap(file, true);
}
}catch(Exception e){
Log.err("Failed to load custom map file '{0}'!", file);
Log.err("Failed to load custom map file '@'!", file);
Log.err(e);
}
}
@@ -146,7 +146,7 @@ public class Maps{
map.workshop = true;
map.tags.put("steamid", file.parent().name());
}catch(Exception e){
Log.err("Failed to load workshop map file '{0}'!", file);
Log.err("Failed to load workshop map file '@'!", file);
Log.err(e);
}
}
@@ -157,7 +157,7 @@ public class Maps{
Map map = loadMap(file, false);
map.mod = mod;
}catch(Exception e){
Log.err("Failed to load mod map file '{0}'!", file);
Log.err("Failed to load mod map file '@'!", file);
Log.err(e);
}
});