Fix maphistory command not returning a value (bug 4069, r=pred).
This commit is contained in:
parent
3bf5edc2b3
commit
a8392889de
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user