permissions logic fix #11

Merged
nogre merged 1 commits from patch-1 into master 2022-07-06 00:08:34 +02:00
nogre commented 2022-06-26 03:38:53 +02:00 (Migrated from github.com)

the previous logic was for exact matches, but that failed on MOD_STREAMER when you are the streamer and not a mod. just need overlap, not exact match.

the previous logic was for exact matches, but that failed on MOD_STREAMER when you are the streamer and not a mod. just need overlap, not exact match.
nogre commented 2022-06-26 06:41:44 +02:00 (Migrated from github.com)

actually screwed this up. it should be an == not >=

actually screwed this up. it should be an `==` not `>=`
issork commented 2022-07-06 00:13:12 +02:00 (Migrated from github.com)

Was a little too fast there ^^
Reverted the merged PR.

Was a little too fast there ^^ Reverted the merged PR.
Sign in to join this conversation.
No description provided.