Skip to content

Commit 36d3090

Browse files
committed
fix: Compilation problems
1 parent 8e31242 commit 36d3090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Messaging/InternalMessageSender.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ internal static void Send(byte messageType, string channelName, List<ulong> clie
103103

104104
if (targetObject != null && !targetObject.observers.Contains(clientIds[i]))
105105
{
106-
if (LogHelper.CurrentLogLevel <= LogLevel.Developer) LogHelper.LogWarning("Silently suppressed send(all) call because it was directed to an object without visibility");
106+
if (NetworkLog.CurrentLogLevel <= LogLevel.Developer) NetworkLog.LogWarning("Silently suppressed send(all) call because it was directed to an object without visibility");
107107
continue;
108108
}
109109

0 commit comments

Comments
 (0)