+Added Log File Output

Changed Log to output to a file
This commit is contained in:
Alex Stewart
2019-04-20 23:32:56 -07:00
parent 30ed670218
commit 2a19124011
5 changed files with 258 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ public class KittyRP
while(!log.isEmpty())
{
writer.println(log.get(0));
writer.flush();
log.remove(0);
}
writer.close();