--- deliantra/server/ext/login.ext 2007/06/25 05:43:45 1.57 +++ deliantra/server/ext/login.ext 2007/07/03 01:04:43 1.59 @@ -43,8 +43,8 @@ $ns->send_drawinfo ( "That player is already logged in on this server. " . "If you want to create a new player, choose another name. " - . "If you are already a registered player, make sure nobody " - . "else is using your account at this time. If you lost your conenction " + . "If you have already a registered, make sure nobody " + . "else is using your account at this time. If you lost your connection " . "then the server will likely timeout within a minute. If you still " . "cannot log-in after a minute, you are still logged in. Make sure " . "you do not have another client running. If you use windows, reboot, " @@ -207,11 +207,14 @@ $ns->smoothing ($v); } elsif ($k eq "fxix") { + $v = 2 if $v > 2; $ns->fxix ($v); + $setup{$k} = $v; } elsif ($k eq "msg") { + $v = 2 if $v > 2; $ns->can_msg ($v >= 2); - $setup{$k} = $ns->can_msg; + $setup{$k} = $v; } elsif ($k eq "xwidget") { # eXperimental server-side widgets