Files
rojo/plugin/src/Config.lua
Lucien Greathouse 4a597e0ba7 0.5.0-alpha.4
2019-02-08 18:20:48 -08:00

8 lines
189 B
Lua

return {
codename = "Epiphany",
version = {0, 5, 0, "-alpha.4"},
expectedServerVersionString = "0.5.0 or newer",
protocolVersion = 2,
defaultHost = "localhost",
defaultPort = 34872,
}