big refactor
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user