big refactor

This commit is contained in:
2023-08-18 22:26:29 +02:00
parent acdf6cf1ff
commit 925f87485b
5 changed files with 166 additions and 182 deletions
+8 -5
View File
@@ -6,8 +6,8 @@
"RequiredOnClient": false,
"ConVars": [
{
"Name": "killstat_version",
"DefaultValue": "ks_3.0.1"
"Name": "toneapi_version",
"DefaultValue": "3.0.2"
},
{
"Name": "Tone_URI",
@@ -24,14 +24,17 @@
],
"Scripts": [
{
"Path": "toneapi_shared.nut",
"RunOn": "SERVER"
"Path": "toneapi.nut",
"RunOn": "SERVER",
"ServerCallback": {
"After": "toneapi_Init"
}
},
{
"Path": "matchstat.nut",
"RunOn": "SERVER",
"ServerCallback": {
"After": "matchStat_Init"
"After": "matchstat_Init"
}
},
{