mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
stop that
This commit is contained in:
parent
15678e32ac
commit
b5c8be88a1
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
x => {
|
x => {
|
||||||
|
|
||||||
if (x === undefined) return;
|
if (x === undefined || x === null) return;
|
||||||
|
|
||||||
switch (x.id) {
|
switch (x.id) {
|
||||||
case '155799811134717952': // ash^l1nkd
|
case '155799811134717952': // ash^l1nkd
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
x => {
|
x => {
|
||||||
|
|
||||||
if (x === undefined) return;
|
if (x === undefined || x === null) return;
|
||||||
|
|
||||||
switch (x.id) {
|
switch (x.id) {
|
||||||
case '314082522067632130': // Utopia
|
case '314082522067632130': // Utopia
|
||||||
|
|
Loading…
Reference in a new issue