[Release] Allow Steam Clients only

Nice share but you have useless line in server.lua
local steamID = string.upper(string.sub(identifiers[1], 7))
and me I use
string.match(identifiers, "steam")
:slight_smile: