mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 06:12:39 +08:00
Run spotlessApply
also set line endings to native, no more line conflict errors!
This commit is contained in:
@@ -39,8 +39,7 @@ public class ScriptLoader {
|
||||
private static Map<String, SoftReference<CompiledScript>> scriptsCache =
|
||||
new ConcurrentHashMap<>();
|
||||
/** sceneId - SceneMeta */
|
||||
private static Map<Integer, SoftReference<SceneMeta>> sceneMetaCache =
|
||||
new ConcurrentHashMap<>();
|
||||
private static Map<Integer, SoftReference<SceneMeta>> sceneMetaCache = new ConcurrentHashMap<>();
|
||||
|
||||
public static synchronized void init() throws Exception {
|
||||
if (sm != null) {
|
||||
|
||||
Reference in New Issue
Block a user