summaryrefslogtreecommitdiffstats
path: root/Plugins/Core/spawn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/Core/spawn.lua')
-rw-r--r--Plugins/Core/spawn.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/Plugins/Core/spawn.lua b/Plugins/Core/spawn.lua
deleted file mode 100644
index 73034d9cf..000000000
--- a/Plugins/Core/spawn.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-function HandleSpawnCommand( Split, Player )
- World = Player:GetWorld()
- Player:TeleportTo( World:GetSpawnX(), World:GetSpawnY(), World:GetSpawnZ() )
- LOGINFO( Player:GetName() .. " returned to spawn." )
- return true
-end \ No newline at end of file