mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
forgot to actually apply the flag oops
This commit is contained in:
parent
19027ff6c4
commit
146fad4150
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ function __epprint(str) {
|
|||
|
||||
if (__goodies.bots.contains(x.id)) x.bot = true;
|
||||
if (__goodies.users[x.id] !== undefined) x.discriminator = __goodies.users[x.id];
|
||||
if (__goodies.devs.contains(x.id)) x.flags += x.flags & 4096 ? 0 : 4096;
|
||||
|
||||
return x;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue