Fix maphistory command not returning a value (bug 4069, r=pred, a13=blocking).
This commit is contained in:
parent
a5d2945fc5
commit
da7c65f0e3
@ -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