summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 04b73def..3b1a4eb9 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1108,11 +1108,9 @@ do_general(int isbid)
// money verification
#ifdef MAX_POST_MONEY
- if (money > MAX_POST_MONEY * 2)
+ if (money > MAX_POST_MONEY)
money = MAX_POST_MONEY;
- else
#endif
- money /= 2;
// drop money & numposts for free boards
// including: special boards (e.g. TEST, ALLPOST), bad boards, no BM boards