diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-01 10:52:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-01 10:52:05 -0300 |
commit | 0734904cc3306cef8c5d0eb79ef9cea835b6b922 (patch) | |
tree | aa4984c1a0a7141854cceab81cdf5e355f425c2d /npc/009-7/doorbell.txt | |
parent | 3060ff8efb0be0c706a22885785583b67784f3f1 (diff) | |
download | serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.tar.gz serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.tar.bz2 serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.tar.xz serverdata-0734904cc3306cef8c5d0eb79ef9cea835b6b922.zip |
Reduce server console spam
Diffstat (limited to 'npc/009-7/doorbell.txt')
-rw-r--r-- | npc/009-7/doorbell.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-7/doorbell.txt b/npc/009-7/doorbell.txt index 330375bf7..41ec0420b 100644 --- a/npc/009-7/doorbell.txt +++ b/npc/009-7/doorbell.txt @@ -279,7 +279,7 @@ OnInit: create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20); // Load Mobilia already existing - debugmes "[REAL ESTATE] Now loading mobilia"; + //debugmes "[REAL ESTATE] Now loading mobilia"; for (.@i=0; .@i < getarraysize(.layer); .@i++) { switch (.layer[.@i]) { case 1: @@ -312,7 +312,7 @@ OnInit: break; } } - debugmes "Found %d valid objects", getarraysize(.valid_ids); + //debugmes "Found %d valid objects", getarraysize(.valid_ids); for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) { .@id=.valid_ids[.@j]; setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id); |