Fix maphistory command not returning a value (bug 4069, r=pred).

This commit is contained in:
David Anderson 2009-10-28 00:08:15 -07:00
parent 3bf5edc2b3
commit a8392889de

View File

@ -195,6 +195,8 @@ public Action:Command_MapHistory(client, args)
lastMapStartTime = startTime; lastMapStartTime = startTime;
} }
return PLUGIN_HANDLED;
} }
FormatTimeDuration(String:buffer[], maxlen, time) FormatTimeDuration(String:buffer[], maxlen, time)