diff options
-rw-r--r-- | world/map/news.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/news.php b/world/map/news.php index ad708257..48f6e28e 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -14,7 +14,7 @@ if (substr($agent, 0, 3) == "TMW" || substr($agent, 0, 4) == "Mana") } $min_version = '0.0.29.1'; -$cur_version = '0.6.0'; +$cur_version = '0.6.1'; if (substr($agent, 0, 3) == "TMW" and $agent < 'TMW/' . $min_version) { |