diff options
-rw-r--r-- | world/map/news.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/news.php b/world/map/news.php index 23786bb4..3338e9f4 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -32,7 +32,12 @@ if (substr($agent, 0, 5) == "Mana/" "##1 TMW Staff\n \n"; } -echo "##9 Latest client version: ##6$cur_version\n##0\n"; +echo "##9 Latest client version: ##6$cur_version\n \n"; +echo "##7 TMW Staff will never ask you for your password.\n"; +echo "##7 Anyone doing so is trying to scam you.\n \n"; + +echo "##1 Sharing an account to a computer system is like sharing\n"; +echo "##1 your underwear.##0\n \n##0\n"; print file_get_contents("news.txt"); ?> |