diff options
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 0de21f3bd..d0ec0e680 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -318,7 +318,7 @@ OnPCLogoutEvent: getmapxy(.@mapa$, .@a,.@b, 0); if (.@mapa$ == "001-8") { // Deal with the environment { - .@u=getmapusers("001-8"); + .@u=getmapusers("001-8")-1; mapannounce("001-8", "Total remaining players: "+.@u,0); HUBscatter(rand(PiberriesInfusion,AtroposMixture)); HUBscatter(CelestiaTea); |