1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-15 17:50:19 -05:00

moved stats to a plugin!

This commit is contained in:
RaidMax
2015-08-20 16:54:38 -05:00
parent ec7bed8e11
commit f4016f6691
18 changed files with 212 additions and 204 deletions

View File

@ -125,7 +125,7 @@ namespace SharedLibrary
catch (Exception e)
{
Console.WriteLine(e.Message);
throw new Exception(e.Message);
return new DataTable();
}
return dt;
}
@ -403,7 +403,7 @@ namespace SharedLibrary
}
}
public class StatsDB : Database
/*public class StatsDB : Database
{
public StatsDB(String FN) : base(FN) { }
@ -539,7 +539,7 @@ namespace SharedLibrary
Update("STATS", new Dictionary<String, Object>() { { "SKILL", 1 } }, String.Format("Number = '{0}'", D["Number"]));
}
}
}
}*/
public class AliasesDB : Database
{