Typo fixed.

This commit is contained in:
A.C.M 2020-04-11 16:17:01 +02:00
parent 55906f4b85
commit 11d3b45e45
3 changed files with 8 additions and 3 deletions

View File

@ -25,7 +25,7 @@ sc["where"] = function(player, parameter)
local room = sc.player[pname]
if(room ~= nil) then
sc.print(player, sc.green .. S("Player [") .. sc.orange .. pname
.. sc.green .. S(" is in Channel {")
.. sc.green .. S("] is in Channel {")
.. sc.yellow .. channel .. sc.green .. "}.")
else

View File

@ -90,11 +90,11 @@ Turn's the permanent public Chat on or off.=Schaltet den permanent öffentlichen
### cmd_where.lua ###
is in Channel {= ist im Kanal {
Error: No name given.=Fehler: Keinen Namen angegeben.
Error: Player is not online.=Fehler: Spieler ist nicht online.
Player [=Spieler [
Show's the room, where <name> is.=Zeigt den Raum, wo sich <Name> aufhält.
] is in Channel {=] ist im Kanal {
] is in the public Chat.=] ist im öffentlichem Chat.
### init.lua ###
@ -109,3 +109,8 @@ No Command for =Kein Kommando für
Try /c help.=Gib /c help ein.
Unknown Command=Unbekanntes Kommando
Unknown Command. No helpsystem available.=Unbekanntes Kommando. Hilfssystem nicht verfügbar.
##### not used anymore #####
is in Channel {= ist im Kanal {

View File

@ -90,11 +90,11 @@ Turn's the permanent public Chat on or off.=
### cmd_where.lua ###
is in Channel {=
Error: No name given.=
Error: Player is not online.=
Player [=
Show's the room, where <name> is.=
] is in Channel {=
] is in the public Chat.=
### init.lua ###