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

@@ -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.