Unit drowning outline color fix

This commit is contained in:
Anuken
2021-07-05 10:55:36 -04:00
parent a7d465439b
commit 1462443f7c
3 changed files with 6 additions and 3 deletions

View File

@@ -377,7 +377,7 @@ public class Vars implements Loadable{
log.log(level, text);
try{
writer.write("[" + Character.toUpperCase(level.name().charAt(0)) +"] " + Log.removeColors(text) + "\n");
writer.write("[" + Character.toUpperCase(level.name().charAt(0)) + "] " + Log.removeColors(text) + "\n");
writer.flush();
}catch(IOException e){
e.printStackTrace();