Added logging for ZSpawn and ZTele

Fixed minor translation typo.
This commit is contained in:
Greyscale
2009-06-25 23:00:57 -07:00
parent 061954fdc2
commit 069627b620
5 changed files with 30 additions and 6 deletions

View File

@ -814,7 +814,7 @@
"en" "Zombie Management"
}
"ZAdmin main force zspawn "
"ZAdmin main force zspawn"
{
"en" "Force ZSpawn"
}
@ -913,13 +913,13 @@
"ZSpawn command force successful"
{
"#format" "{1:s}"
"en" "Player {1} was successfully ZSpawned."
"en" "Player {1} was successfully spawned."
}
"ZSpawn command force unsuccessful"
{
"#format" "{1:s}"
"en" "Player {1} couldn't be ZSpawned."
"en" "Player {1} couldn't be spawned."
}
// ===========================
@ -987,13 +987,13 @@
"ZTele command force successful"
{
"#format" "{1:s}"
"en" "Player {1} was successfully ZTele'd."
"en" "Player {1} was successfully teleported."
}
"ZTele command force unsuccessful"
{
"#format" "{1:s}"
"en" "Player {1} couldn't be ZTele'd."
"en" "Player {1} couldn't be teleported."
}
// ===========================