diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h index 380775305..a5e4440dc 100644 --- a/include/modules.h +++ b/include/modules.h @@ -123,9 +123,7 @@ class ModResult if (result == 0) return res; - // Otherwise, - - // they are different, and neither is passthru + // Otherwise, they are different, and neither is MOD_RES_PASSTHRU. return MOD_RES_ALLOW; } }; |