mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-11 00:52:19 +00:00
Update SectorSync.cs
This commit is contained in:
parent
1800c21b0b
commit
b153262572
@ -68,7 +68,7 @@ namespace QSB.TransformSync
|
||||
|
||||
if (_allSectors.Count == 0)
|
||||
{
|
||||
DebugLog.ToConsole($"Error: _allSectors is null or empty for player {message.SenderId}!", OWML.Common.MessageType.Error);
|
||||
DebugLog.ToConsole($"Error: _allSectors is empty for player {message.SenderId}!", OWML.Common.MessageType.Error);
|
||||
}
|
||||
|
||||
if (sector == null)
|
||||
|
Loading…
Reference in New Issue
Block a user