mirror of
https://github.com/etlegacy/etlegacy-lua-scripts.git
synced 2024-11-13 00:34:17 +00:00
lua: removed obsolete greeting function on connect
This commit is contained in:
parent
35689ebe0d
commit
4f15874b97
1 changed files with 0 additions and 7 deletions
|
@ -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 )
|
||||
|
||||
|
|
Loading…
Reference in a new issue