summaryrefslogtreecommitdiffstats
path: root/Core/playerjoin.lua
blob: 884acb66ab3f2815d59ade3e76a995750f645701 (plain) (blame)
1
2
3
4
5
function OnPlayerJoined(Player)
	ShowMOTDTo( Player )
	AddMessage( Player:GetName() .. " has joined the game", " " )
	return false
end