are possible.\r
- Keys to chests?\r
\r
+- The Treasure Guard; a big monster with a hammer\r
+ - The hammer does great damage, shakes the ground and removes a block\r
+ - You can drop on top of it, and have some time to attack there\r
+ before he shakes you off\r
+\r
Documentation:\r
--------------\r
\r
\r
playername = wide_to_narrow(menudata.name);\r
address = wide_to_narrow(menudata.address);\r
- port = stoi(wide_to_narrow(menudata.port));\r
+ int newport = stoi(wide_to_narrow(menudata.port));\r
+ if(newport != 0)\r
+ port = newport;\r
+ //port = stoi(wide_to_narrow(menudata.port));\r
g_settings.set("creative_mode", itos(menudata.creative_mode));\r
\r
// Check for valid parameters, restart menu if invalid.\r