aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cc b/src/map.cc
index 2b3b1e4..7312993 100644
--- a/src/map.cc
+++ b/src/map.cc
@@ -314,7 +314,7 @@ uint32 CronInfo(Object Obj, bool Delete){
TCronEntry *Entry = CronEntry.at(Position);
if(Entry->Obj == Obj){
uint32 Remaining = 1;
- if(Entry->RoundNr < RoundNr){
+ if(Entry->RoundNr > RoundNr){
Remaining = Entry->RoundNr - RoundNr;
}
if(Delete){