sessionmanager: adds empty client script to enable client to server remote callbacks

This commit is contained in:
Will
2018-08-29 20:55:47 -04:00
parent 3b7afcc195
commit c79bd7e8a3
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.