mirror of
https://github.com/FAUSheppy/skillbird-sourcemod
synced 2025-12-06 15:11:36 +01:00
Change Plugin Info
This commit is contained in:
@@ -57,11 +57,11 @@ public OnMapStart(){
|
|||||||
|
|
||||||
/* ---------------------- Plugin ---------------------- */
|
/* ---------------------- Plugin ---------------------- */
|
||||||
public Plugin:myinfo = {
|
public Plugin:myinfo = {
|
||||||
name = "sheppy trueskill backend",
|
name = "skillbird-query",
|
||||||
author = "sheppy",
|
author = "FAUSheppy",
|
||||||
description = "Backend for trueskill rating system",
|
description = "Backend for trueskill rating system",
|
||||||
version = "2.0",
|
version = "2.0",
|
||||||
url = "atlantishq.hq"
|
url = "https://github.com/FAUSheppy/skillbird-sourcemod"
|
||||||
};
|
};
|
||||||
|
|
||||||
public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max){
|
public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max){
|
||||||
|
|||||||
Reference in New Issue
Block a user