mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Use local logs instead of Riiablo.logs
This commit is contained in:
parent
9af239eab9
commit
6012bee436
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user