lua: removed obsolete greeting function on connect

This commit is contained in:
Dell 2017-03-10 09:25:45 +01:00
parent 35689ebe0d
commit 4f15874b97

View file

@ -1,9 +1,6 @@
modname = "Banners"
version = "0.5"
-- Welcome message when client finished connecting to the server
welcome = "^3WELCOME MESSAGE"
-- Set Banners of you desire
banner = "..."
banner1 = "..."
@ -53,10 +50,6 @@ function et_InitGame( levelTime, randomSeed, restart )
end
end
function et_ClientConnect( clientNum, firstTime, isBot )
et.trap_SendServerCommand(clientNum, "cp \"" .. welcome .."^7\n")
end
function et_ShutdownGame( restart )