Build fix.

This commit is contained in:
David Anderson 2009-10-28 00:31:48 -07:00
parent a8392889de
commit 084dd1c8dd

View File

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