mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 18:38:37 +00:00
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;
|
||||
}
|
||||
|
||||
return PLUGIN_HANDLED;
|
||||
}
|
||||
|
||||
FormatTimeDuration(String:buffer[], maxlen, time)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user