mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
5dcdfd6702
## 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)
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
//1000-1999
|
|
#pragma FileAlreadyIncluded error
|
|
#pragma MissingIncludedFile error
|
|
#pragma MisplacedDirective error
|
|
#pragma UndefineMissingDirective error
|
|
#pragma DefinedMissingParen error
|
|
#pragma ErrorDirective error
|
|
#pragma WarningDirective warning
|
|
#pragma MiscapitalizedDirective error
|
|
|
|
//2000-2999
|
|
#pragma SoftReservedKeyword error
|
|
#pragma DuplicateVariable error
|
|
#pragma DuplicateProcDefinition error
|
|
#pragma PointlessParentCall error
|
|
#pragma PointlessBuiltinCall error
|
|
#pragma SuspiciousMatrixCall error
|
|
#pragma FallbackBuiltinArgument error
|
|
#pragma MalformedRange error
|
|
#pragma InvalidRange error
|
|
#pragma InvalidSetStatement error
|
|
#pragma InvalidOverride error
|
|
#pragma DanglingVarType error
|
|
#pragma MissingInterpolatedExpression error
|
|
#pragma AmbiguousResourcePath error
|
|
#pragma ProcArgumentGlobal error
|
|
#pragma UnsupportedAccess disabled
|
|
|
|
//3000-3999
|
|
#pragma EmptyBlock error
|
|
#pragma EmptyProc disabled
|
|
#pragma UnsafeClientAccess disabled
|
|
#pragma SuspiciousSwitchCase error
|
|
#pragma AssignmentInConditional error
|
|
#pragma AmbiguousInOrder error
|