mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
disable OpenDream linting complaining about world.IsSubscribed and client.IsByondMember (#91845)
## About The Pull Request
this disables the `UnsupportedAccess` warning in opendream linting, so
we stop getting these warnings for every opendream lint:
```
Warning: OD2801: /world.IsSubscribed() is unsupported: OpenDream does not have a premium tier
Warning: OD2801: /client.IsByondMember() is unsupported: OpenDream has no premium tier.
Warning: OD2801: /client.IsByondMember() is unsupported: OpenDream has no premium tier.
Warning: OD2801: /client.IsByondMember() is unsupported: OpenDream has no premium tier.
```
## Why It's Good For The Game

## Changelog
no player-facing changes
(cherry picked from commit 9e040d7d54)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#pragma MissingInterpolatedExpression error
|
||||
#pragma AmbiguousResourcePath error
|
||||
#pragma ProcArgumentGlobal error
|
||||
#pragma UnsupportedAccess disabled
|
||||
|
||||
//3000-3999
|
||||
#pragma EmptyBlock error
|
||||
|
||||
Reference in New Issue
Block a user