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

This commit is contained in:
David Anderson 2009-10-28 01:55:42 -07:00
parent a5d2945fc5
commit da7c65f0e3

View File

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