41 |
switch (type) { |
switch (type) { |
42 |
case PunishmentType.BAN: |
case PunishmentType.BAN: |
43 |
return 'Ban'; |
return 'Ban'; |
44 |
|
case PunishmentType.SOFTBAN: |
45 |
|
return 'Soft Ban'; |
46 |
|
case PunishmentType.TEMPBAN: |
47 |
|
return 'Temporary Ban'; |
48 |
case PunishmentType.BEAN: |
case PunishmentType.BEAN: |
49 |
return 'Bean'; |
return 'Bean'; |
50 |
case PunishmentType.MUTE: |
case PunishmentType.MUTE: |
51 |
return 'Mute'; |
return 'Mute'; |
52 |
|
case PunishmentType.HARDMUTE: |
53 |
|
return 'Hardmute'; |
54 |
case PunishmentType.KICK: |
case PunishmentType.KICK: |
55 |
return 'Kick'; |
return 'Kick'; |
56 |
case PunishmentType.WARNING: |
case PunishmentType.WARNING: |