Fix settings.yml docs and remove obsolete commnet

This commit is contained in:
Matej Pacan 2025-02-07 18:52:39 +01:00
parent 0f6cdcd415
commit 3709f08c8a
2 changed files with 1 additions and 3 deletions

View File

@ -122,7 +122,7 @@ Channels:
# - Message_Delay: This overrides Anti_Spam.Chat.Delay so you can chat chat delay per channel.
# Put string values there like "5 seconds" or "1 minute" etc.
#
# - Proxy: true/false option. If not set, we default to Proxy.Enabled option.
# - Proxy: true/false option. If not set, we default to Enabled option in proxy.yml.
#
# - Proxy_Spy: true/false option. True = we will send channel messages to spying administrators
# over proxy. This works even if Proxy is disabled so you can spy

View File

@ -619,8 +619,6 @@ public final class SyncedCache {
final SyncedCache cache = uniqueCacheMap.get(uniqueId);
// Temporarily be more lenient
//ValidCore.checkNotNull(cache, "Cannot upload '" + type + "' data '" + value + "' for " + uniqueId + " because he is not loaded yet - was header sent? Loaded: " + uniqueCacheMap.keySet());
if (cache != null)
cache.loadData(type, value);
}