summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/Debuggers/Debuggers.lua
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2016-01-02 00:47:42 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2016-01-02 00:47:42 +0100
commit5c004e375a7c4fab9cbfeb36d63a788bbc883513 (patch)
treeabedc9b67734d9e37a36894b9331ae869d3adb61 /Server/Plugins/Debuggers/Debuggers.lua
parentMerge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff)
parentUpdated plugins with the rename to Cuberite. (diff)
downloadcuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.gz
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.bz2
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.lz
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.xz
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.zst
cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.zip
Diffstat (limited to 'Server/Plugins/Debuggers/Debuggers.lua')
-rw-r--r--Server/Plugins/Debuggers/Debuggers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/Debuggers/Debuggers.lua b/Server/Plugins/Debuggers/Debuggers.lua
index 85e2c50ae..5b7f26fe6 100644
--- a/Server/Plugins/Debuggers/Debuggers.lua
+++ b/Server/Plugins/Debuggers/Debuggers.lua
@@ -1459,7 +1459,7 @@ function HandleCompo(a_Split, a_Player)
-- Send one composite message to self:
local msg = cCompositeChat()
msg:AddTextPart("Hello! ", "b@e") -- bold yellow
- msg:AddUrlPart("MCServer", "http://mc-server.org")
+ msg:AddUrlPart("Cuberite", "http://cuberite.org")
msg:AddTextPart(" rules! ")
msg:AddRunCommandPart("Set morning", "/time set 0")
a_Player:SendMessage(msg)