mirror of
https://github.com/kangarko/ChatControl.git
synced 2025-03-18 14:39:12 +01:00
Fix settings.yml docs and remove obsolete commnet
This commit is contained in:
parent
0f6cdcd415
commit
3709f08c8a
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user