debug log statements
This commit is contained in:
@@ -34,7 +34,7 @@ namespace BoneSync.Data
|
||||
internal static void Debug(string v)
|
||||
{
|
||||
#if DEBUG
|
||||
Msg(v, ConsoleColor.Gray, 2);
|
||||
Msg($"[DEBUG] {v}", ConsoleColor.Gray, 2);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,6 +146,7 @@ namespace BoneSync.Sync.Components
|
||||
if (Registered && !isOwner)
|
||||
{
|
||||
_simpleEventQueue.Clear();
|
||||
SyncLogger.Debug("Clearing simple event queue for " + _syncId);
|
||||
return;
|
||||
}
|
||||
if (_simpleEventQueue.Count > 0 && Registered && isOwner)
|
||||
|
||||
Reference in New Issue
Block a user