Merge pull request #31 from bladecoding/master

sessionmanager: adds empty client script to enable client to server remote callbacks
This commit is contained in:
リーフストーム
2018-09-06 10:09:15 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
server_script 'server/host_lock.lua'
client_script 'client/empty.lua'

View File

@@ -0,0 +1,3 @@
--This empty file causes the scheduler.lua to load clientside
--scheduler.lua when loaded inside the sessionmanager resource currently manages remote callbacks.
--Without this, callbacks will only work server->client and not client->server.