more code cleanup

This commit is contained in:
2019-11-02 15:06:14 +01:00
parent 4e648e21c4
commit 7842375220
5 changed files with 39 additions and 40 deletions

View File

@@ -38,11 +38,11 @@ public Action Timer_QueryTeam(Handle timer, int client){
/* ---------------------- Plugin ---------------------- */
public Plugin:myinfo = {
name = "TrueSkill Query Plugin",
author = "sheppy",
description = "Queries to RatingDB",
version = "2.0",
url = "atlantishq.hq"
name = "skillbird-query",
author = "FAUSheppy",
description = "Module for interaction with the skillbird API",
version = "2.0",
url = "https://github.com/FAUSheppy/skillbird-sourcemod"
};
public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max){