File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ public override void OnInspectorGUI()
43
43
EditorGUILayout . LabelField ( "isSpawned: " , networkedObject . isSpawned . ToString ( ) , EditorStyles . label ) ;
44
44
EditorGUILayout . LabelField ( "isLocalPlayer: " , networkedObject . isLocalPlayer . ToString ( ) , EditorStyles . label ) ;
45
45
EditorGUILayout . LabelField ( "isOwner: " , networkedObject . isOwner . ToString ( ) , EditorStyles . label ) ;
46
- EditorGUILayout . LabelField ( "isPoolObject: " , networkedObject . isPlayerObject . ToString ( ) , EditorStyles . label ) ;
46
+ EditorGUILayout . LabelField ( "isObjectOwner: " , networkedObject . isObjectOwner . ToString ( ) , EditorStyles . label ) ;
47
+ EditorGUILayout . LabelField ( "isPoolObject: " , networkedObject . isPooledObject . ToString ( ) , EditorStyles . label ) ;
47
48
EditorGUILayout . LabelField ( "isPlayerObject: " , networkedObject . isPlayerObject . ToString ( ) , EditorStyles . label ) ;
48
49
49
50
if ( networkedObject . observers != null && networkedObject . observers . Count > 0 )
You can’t perform that action at this time.
0 commit comments