mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed GVAR
This commit is contained in:
parent
3f8e9476dc
commit
d2f05827a1
@ -16,7 +16,7 @@ Part of this settings framework are global settings and client settings. Both us
|
||||
Settings are entries in the config that get translated to `missionnamespace` global variables. An example settings entry looks like this:
|
||||
|
||||
```
|
||||
class GVAR(sampleSetting) {
|
||||
class ACE_module_sampleSetting {
|
||||
// Value
|
||||
value = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user