From aa6445042163366b225cf65f6ce7186377f2faf6 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:15:29 +0100 Subject: Removed all the pre-exising core files. --- MCServer/Plugins/Core/functions.lua | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 MCServer/Plugins/Core/functions.lua (limited to 'MCServer/Plugins/Core/functions.lua') diff --git a/MCServer/Plugins/Core/functions.lua b/MCServer/Plugins/Core/functions.lua deleted file mode 100644 index 36fb3786f..000000000 --- a/MCServer/Plugins/Core/functions.lua +++ /dev/null @@ -1,3 +0,0 @@ -function SetBackCoordinates( Player ) - BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() ) -end \ No newline at end of file -- cgit v1.2.3 From 983d87e44356c4cfc8f8908ec365006323a4dbe0 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 27 Jul 2013 16:24:03 +0100 Subject: Added correct core plugin --- MCServer/Plugins/Core/functions.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MCServer/Plugins/Core/functions.lua (limited to 'MCServer/Plugins/Core/functions.lua') diff --git a/MCServer/Plugins/Core/functions.lua b/MCServer/Plugins/Core/functions.lua new file mode 100644 index 000000000..5fc0173b9 --- /dev/null +++ b/MCServer/Plugins/Core/functions.lua @@ -0,0 +1,3 @@ +function SetBackCoordinates( Player ) + BackCoords[Player:GetName()] = Vector3i( Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() ) +end \ No newline at end of file -- cgit v1.2.3