Use local logs instead of Riiablo.logs

This commit is contained in:
Collin Smith 2020-08-28 21:25:34 -07:00
parent 9af239eab9
commit 6012bee436

View File

@ -107,7 +107,7 @@ public class GdxLoggerManager {
}
public void saveAll() {
for (String context : Riiablo.logs.getContexts().keySet()) {
for (String context : logs.getContexts().keySet()) {
try {
save(context);
} catch (Throwable t) {