Moved some interfaces around

This commit is contained in:
Anuken
2019-10-29 17:09:56 -04:00
parent f1519f7aba
commit 7316f74917
10 changed files with 8 additions and 10 deletions

View File

@@ -223,7 +223,7 @@ public class Maps{
/** Attempts to run the following code;
* catches any errors and attempts to display them in a readable way.*/
public void tryCatchMapError(Urun run){
public void tryCatchMapError(UnsafeRunnable run){
try{
run.run();
}catch(Throwable e){