This commit is contained in:
Anuken
2019-12-01 12:32:35 -05:00
parent b6915a0483
commit 0e7c403bd8
7 changed files with 27 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,4 +9,8 @@ public class Scripts{
public void run(LoadedMod mod, FileHandle file){
Log.info("Skipping {0} (no scripting implenmentation)", file);
}
public String runConsole(String text){
return "No scripting engine available.";
}
}