mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Bots init ninja false
This commit is contained in:
parent
bb57b2f787
commit
de14ce4aa6
@ -573,7 +573,7 @@ Transform:
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 4
|
||||
m_RootOrder: 3
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1001 &5678319891357624151
|
||||
PrefabInstance:
|
||||
@ -696,7 +696,7 @@ PrefabInstance:
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5678319892216973633, guid: 7cf6fcfd5a32c1545bc85a85bfa9c80b, type: 3}
|
||||
propertyPath: m_RootOrder
|
||||
value: 3
|
||||
value: 4
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5678319892216973633, guid: 7cf6fcfd5a32c1545bc85a85bfa9c80b, type: 3}
|
||||
propertyPath: m_AnchorMax.x
|
||||
|
@ -132,6 +132,9 @@ public override void Start()
|
||||
|
||||
void ProcessCmdLineArgs()
|
||||
{
|
||||
// Initialize false for bots, arg will set it true if present
|
||||
((TestNTNetworkAuthenticator)authenticator).SetNinja(false);
|
||||
|
||||
foreach (string arg in Environment.GetCommandLineArgs())
|
||||
{
|
||||
if (arg.StartsWith("/h:", StringComparison.InvariantCultureIgnoreCase))
|
||||
|
Loading…
Reference in New Issue
Block a user