Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Dec 25, 2014
1 parent 1261804 commit 88bde8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.cpp
Expand Up @@ -2031,7 +2031,7 @@ u32 Map::transformLiquids(Server *m_server, unsigned int max_cycle_ms)
u16 time_until_purge = g_settings->getU16("liquid_queue_purge_time");

if (time_until_purge == 0)
return; // Feature disabled
return ret; // Feature disabled

time_until_purge *= 1000; // seconds -> milliseconds

Expand Down

0 comments on commit 88bde8e

Please sign in to comment.