mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-22 21:20:14 -05:00
Added IManager parameter to IPlugin.OnLoadAsync
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
function getPlayerHistoryChart(playerHistory, i) {
|
||||
///////////////////////////////////////
|
||||
|
||||
// thanks to cnavas js :(
|
||||
// thanks to canvasjs :(
|
||||
playerHistory.forEach(function(item, i) {
|
||||
playerHistory[i].x = new Date(playerHistory[i].x);
|
||||
|
||||
|
Reference in New Issue
Block a user