Skip to content

Commit 6c4d326

Browse files
update
Missed one DEVELOPMENT_BUILD || UNITY_EDITOR usage.
1 parent a3334d8 commit 6c4d326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Runtime/Core/NetworkBehaviour.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System;
33
using System.Collections.Generic;
44
using Unity.Collections;
5-
#if MULTIPLAYER_TOOLS && (DEVELOPMENT_BUILD || UNITY_EDITOR || UNITY_MP_TOOLS_NET_STATS_MONITOR_ENABLED_IN_RELEASE)
5+
#if MULTIPLAYER_TOOLS && (DEBUG || UNITY_MP_TOOLS_NET_STATS_MONITOR_ENABLED_IN_RELEASE)
66
using System.Runtime.CompilerServices;
77
#endif
88
using UnityEngine;

0 commit comments

Comments
 (0)