mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
add a custom discrim for kat
This commit is contained in:
parent
bbf67134c2
commit
42a9b478e8
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
// disable that obnoxious warning about not pasting shit in the console
|
||||
$api.util.findFuncExports('consoleWarning').consoleWarning = e => { };
|
||||
|
||||
// goodies for important people
|
||||
// goodies for cool people
|
||||
$api.util.wrapAfter(
|
||||
"wc.findCache('getUser')[0].exports.getUser",
|
||||
|
||||
|
@ -53,6 +53,9 @@
|
|||
case '277916164661968896': // toxoid49b
|
||||
x.discriminator = 'DERG';
|
||||
break;
|
||||
case '112680555941744640': // kat
|
||||
x.discriminator = 'BOOB';
|
||||
break;
|
||||
}
|
||||
|
||||
return x;
|
||||
|
|
Loading…
Reference in a new issue