Skip to content

Instantly share code, notes, and snippets.

@EliterScripts
Created December 12, 2018 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliterScripts/f1f3ff97b0b3055ceb2f0e32f42e3eda to your computer and use it in GitHub Desktop.
Save EliterScripts/f1f3ff97b0b3055ceb2f0e32f42e3eda to your computer and use it in GitHub Desktop.
do
local commandThread;
if(commandThread == nil)then
commandThread = love.thread.newThread("game/server/commandLineInputThread.lua")
commandThread:start()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment