Skip to content

Commit

Permalink
fix(PlayerTest): TankReliable and TankUnreliable prefabs set SyncDir …
Browse files Browse the repository at this point in the history
…to ClientToServer
  • Loading branch information
MrGadget1024 committed Nov 22, 2024
1 parent 2f38cea commit c4ed2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirror/Examples/PlayerTest/TankReliable.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: fbb0b0f4ce2fede4f95abe4cf1737365, type: 3}
m_Name:
m_EditorClassIdentifier:
syncDirection: 0
syncDirection: 1
syncMode: 0
syncInterval: 0
turretUIPrefab: {fileID: 644766297742565710, guid: 4d16730f7a8ba0a419530d1156d25080,
Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirror/Examples/PlayerTest/TankUnreliable.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2cd78b1021803ce4fa7c95ca67f19aec, type: 3}
m_Name:
m_EditorClassIdentifier:
syncDirection: 0
syncDirection: 1
syncMode: 0
syncInterval: 0
turretUIPrefab: {fileID: 644766297742565710, guid: 4d16730f7a8ba0a419530d1156d25080,
Expand Down

0 comments on commit c4ed2d8

Please sign in to comment.