mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-15 16:48:00 +00:00
don't automatically start server in headless mode
This commit is contained in:
parent
109536ff41
commit
4b94a75efe
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
dontDestroyOnLoad: 1
|
||||
runInBackground: 1
|
||||
startOnHeadless: 1
|
||||
startOnHeadless: 0
|
||||
serverTickRate: 30
|
||||
showDebugMessages: 0
|
||||
offlineScene:
|
||||
|
@ -81,7 +81,7 @@ MonoBehaviour:
|
|||
OnClientDataReceived:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
m_TypeName: Mirror.UnityEventByteArray, Mirror, Version=0.0.0.0, Culture=neutral,
|
||||
m_TypeName: Mirror.UnityEventArraySegment, Mirror, Version=0.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=null
|
||||
OnClientError:
|
||||
m_PersistentCalls:
|
||||
|
@ -100,7 +100,7 @@ MonoBehaviour:
|
|||
OnServerDataReceived:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
m_TypeName: Mirror.UnityEventIntByteArray, Mirror, Version=0.0.0.0, Culture=neutral,
|
||||
m_TypeName: Mirror.UnityEventIntArraySegment, Mirror, Version=0.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=null
|
||||
OnServerError:
|
||||
m_PersistentCalls:
|
||||
|
|
Loading…
Reference in a new issue