Updating credits & missing aliases
This commit is contained in:
@@ -188,7 +188,7 @@ function action(mode, type, selection) {
|
||||
if (selection > 0) {
|
||||
var banned = expedMembers.get(selection - 1);
|
||||
expedition.ban(banned);
|
||||
cm.sendOk("You have banned " + banned.getValue() + " from the expedition."); // getValue, thanks MedicOP for finding this issue
|
||||
cm.sendOk("You have banned " + banned.getValue() + " from the expedition."); // getValue, thanks MedicOP (MicroWilly69) for finding this issue
|
||||
cm.dispose();
|
||||
} else {
|
||||
cm.sendSimple(list);
|
||||
|
||||
Reference in New Issue
Block a user