summaryrefslogtreecommitdiff
path: root/src/map/script-fun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script-fun.cpp')
-rw-r--r--src/map/script-fun.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp
index 34e14b0..2c79b68 100644
--- a/src/map/script-fun.cpp
+++ b/src/map/script-fun.cpp
@@ -3484,7 +3484,7 @@ void builtin_mapannounce(ScriptState *st)
/*==========================================
* ユーザー数所得
- * User Revenue
+ * User Count
*------------------------------------------
*/
static
@@ -3495,9 +3495,9 @@ void builtin_getusers(ScriptState *st)
int val = 0;
switch (flag & 0x07)
{
- case 0:
+ /*case 0:
val = bl->bl_m->users;
- break;
+ break;*/
case 1:
val = map_getusers();
break;
@@ -3507,7 +3507,7 @@ void builtin_getusers(ScriptState *st)
/*==========================================
* マップ指定ユーザー数所得
- * maps Designated User Income
+ * maps Designated User Count
*------------------------------------------
*/
static