Fixed game not launching when packaged

This commit is contained in:
2020-05-04 11:56:26 -05:00
parent a3b4c6e651
commit c1eb02a106
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
IMICFPS_SERVER_MODE = true
require_relative "i-mic-fps"
director = IMICFPS::Networking::Director.new(mode: :server, hostname: "0.0.0.0", port: 56789, interface: IMICFPS::Networking::MemoryServer)