mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Cleaner formatting
This commit is contained in:
parent
45d8188ba4
commit
becc23ca42
31 changed files with 183 additions and 183 deletions
|
|
@ -41,7 +41,7 @@ public class Scripts implements Disposable{
|
|||
if(!run(Core.files.internal("scripts/global.js").readString(), "global.js")){
|
||||
errored = true;
|
||||
}
|
||||
Log.debug("Time to load script engine: {0}", Time.elapsed());
|
||||
Log.debug("Time to load script engine: @", Time.elapsed());
|
||||
}
|
||||
|
||||
public boolean hasErrored(){
|
||||
|
|
@ -73,7 +73,7 @@ public class Scripts implements Disposable{
|
|||
}
|
||||
|
||||
public void log(LogLevel level, String source, String message){
|
||||
Log.log(level, "[{0}]: {1}", source, message);
|
||||
Log.log(level, "[@]: @", source, message);
|
||||
}
|
||||
|
||||
public void run(LoadedMod mod, Fi file){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue