Added the new core as a subtree.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function HandleLocateCommand( Split, Player )
|
||||
Player:SendMessage(cChatColor.Green .. string.format("[X:%0.2f] [Y:%0.2f] [Z:%0.2f]", Player:GetPosX(), Player:GetPosY(), Player:GetPosZ() ) )
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user