Some of my closed PRs (#172)

* update

* fix

* make duplicateModuleNames default False
This commit is contained in:
SodaXwX
2022-11-07 15:59:17 +08:00
committed by GitHub
parent a27f383b06
commit bb7c6f016f
7 changed files with 112 additions and 22 deletions

View File

@@ -78,6 +78,8 @@
- `disableToasts`
- Flight
- `stopMomentum`
- Module
- `Duplicate names`
## Commands
- `.center`
@@ -108,5 +110,7 @@
- Radar HUD
## Config
- `Http Allowed` - modify what http requests can be made with Meteor's http api
- `Hidden Modules` - hide modules from module gui. **requires restart when unhiding**
- `Http Allowed` - Modify what http requests can be made with Meteor's http api
- `Hidden Modules` - Hide modules from module gui. **requires restart when unhiding**
- `Load system fonts` - Disabling this for faster launch. You can put font into meteor-client/fonts folder. **requires restart to take effect**
- `Duplicate module names` - Allow duplicate module names. Best for addon compatibility.