diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-21 12:04:40 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-21 12:04:40 +0100 |
commit | fd46fc7cea005a48e17639e52225ae978e54b778 (patch) | |
tree | 9461a809846b9063050f2d4eb0ebf6ff33998cb0 /world/map | |
parent | be9fa90eecae06dde9cfe7e0569326a2f7d10af3 (diff) | |
download | serverdata-fd46fc7cea005a48e17639e52225ae978e54b778.tar.gz serverdata-fd46fc7cea005a48e17639e52225ae978e54b778.tar.bz2 serverdata-fd46fc7cea005a48e17639e52225ae978e54b778.tar.xz serverdata-fd46fc7cea005a48e17639e52225ae978e54b778.zip |
Remove quote from Crush from the news.php.
If the text is too long, people won't bother to scroll down and read the actual news.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/news.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/world/map/news.php b/world/map/news.php index 3338e9f4..d5208e44 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -36,8 +36,5 @@ 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"); ?> |