ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/commands.ext
(Generate patch)

Comparing deliantra/server/ext/commands.ext (file contents):
Revision 1.83 by root, Sat Aug 13 23:22:46 2011 UTC vs.
Revision 1.84 by root, Sun Jan 29 02:47:04 2017 UTC

422 422
423 my $svd = int $cf::RUNTIME - $map->{last_save}; 423 my $svd = int $cf::RUNTIME - $map->{last_save};
424 $svd = "++" if $svd > 99; 424 $svd = "++" if $svd > 99;
425 425
426 $msg .= sprintf $format, 426 $msg .= sprintf $format,
427 (scalar $map->players), 427 (scalar $map->players),
428 $MAP_STATE{$map->state} || "?", 428 $MAP_STATE{$map->state} || "?",
429 $svd, 429 $svd,
430 (int $map->reset_at - $cf::RUNTIME), 430 (int $map->reset_at - $cf::RUNTIME),
431 $map->visible_name; 431 $map->visible_name;
432 } 432 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines