Add comment

This commit is contained in:
s809
2024-08-31 20:50:50 +05:00
parent 40f902e2f5
commit 048b36f80d
@@ -92,6 +92,7 @@ public class ClientApi
private final ClientPluginChannelApi pluginChannelApi = new ClientPluginChannelApi(this::clientLevelLoadEvent, this::clientLevelUnloadEvent);
// Delay loading the first level to give server some time to respond with level to actually load
private Timer firstLevelLoadTimer;
private static final long FIRST_LEVEL_LOAD_DELAY = 1000;