mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 02:47:19 +02:00
Remove rent code and cost per day
This commit is contained in:
parent
0bb44d02b5
commit
9d894e208d
41 changed files with 366 additions and 564 deletions
|
|
@ -79,7 +79,6 @@ while (1)
|
|||
open (DEATHS, ">>:log:deaths");
|
||||
open (REBOOT, ">>:log:reboots");
|
||||
open (LEVELS, ">>:log:levels");
|
||||
open (NORENT, ">>:log:norent");
|
||||
open (USAGE, ">>:log:usage");
|
||||
open (NEWPLR, ">>:log:newplrs");
|
||||
open (SYSERR, ">>:log:errors");
|
||||
|
|
@ -94,7 +93,6 @@ while (1)
|
|||
print DEATHS if /killed/;
|
||||
print REBOOT if /Running/;
|
||||
print LEVELS if /advanced/;
|
||||
print NORENT if /equipment lost/;
|
||||
print USAGE if /usage/;
|
||||
print NEWPLR if /new player/;
|
||||
print SYSERR if /SYSERR/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue