--- deliantra/server/ext/transports.ext 2006/12/21 22:41:34 1.2 +++ deliantra/server/ext/transports.ext 2007/02/03 21:41:06 1.3 @@ -49,7 +49,7 @@ if ($tr->move ($dir, $ob)) { # do multiple loops in case some player/item blocks another # do not endlessly loop as the server is far too broken, e.g. - # you can drop floor son top of non-floors etc. + # you can drop floors on top of non-floors etc. for (1..50) { @ontop or last; @ontop = map $_->move ($dir, $_) ? () : $_, @ontop;