mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-23 00:49:31 +00:00
Temp disable hot reload for async features
This commit is contained in:
@@ -32,7 +32,8 @@ public class AsyncPlayerDataSaving {
|
||||
new ThreadPoolExecutor.DiscardPolicy()
|
||||
);
|
||||
} else {
|
||||
throw new IllegalStateException();
|
||||
// Temp no-op
|
||||
//throw new IllegalStateException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,8 @@ public class AsyncPathProcessor {
|
||||
getRejectedPolicy()
|
||||
);
|
||||
} else {
|
||||
throw new IllegalStateException();
|
||||
// Temp no-op
|
||||
//throw new IllegalStateException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,8 @@ public class MultithreadedTracker {
|
||||
getRejectedPolicy()
|
||||
);
|
||||
} else {
|
||||
throw new IllegalStateException();
|
||||
// Temp no-op
|
||||
//throw new IllegalStateException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user