diff options
Diffstat (limited to 'plugins/misery.cpp')
| -rw-r--r-- | plugins/misery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/misery.cpp b/plugins/misery.cpp index 9e0535d5..a0c0a239 100644 --- a/plugins/misery.cpp +++ b/plugins/misery.cpp @@ -50,8 +50,8 @@ DFhackCExport command_result plugin_onupdate(color_ostream& out) { } if ( count < maxCount ) { - count++; - return CR_OK; + count++; + return CR_OK; } count = 0; |
