From 0623a4f9be1c21651ea212f7b4d86136a67ddffe Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:16:04 +0100 Subject: Added the new core as a subtree. --- Core/spawn.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Core/spawn.lua (limited to 'Core/spawn.lua') diff --git a/Core/spawn.lua b/Core/spawn.lua new file mode 100644 index 000000000..2b07c5767 --- /dev/null +++ b/Core/spawn.lua @@ -0,0 +1,7 @@ +function HandleSpawnCommand(Split, Player) + World = Player:GetWorld() + SetBackCoordinates(Player) + Player:TeleportToCoords(World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ()) + LOGINFO(Player:GetName() .. " returned to spawn.") + return true +end \ No newline at end of file -- cgit v1.2.3