diff options
Diffstat (limited to 'Core/playerjoin.lua')
-rw-r--r-- | Core/playerjoin.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Core/playerjoin.lua b/Core/playerjoin.lua deleted file mode 100644 index 884acb66a..000000000 --- a/Core/playerjoin.lua +++ /dev/null @@ -1,5 +0,0 @@ -function OnPlayerJoined(Player) - ShowMOTDTo( Player ) - AddMessage( Player:GetName() .. " has joined the game", " " ) - return false -end
\ No newline at end of file |