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);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
Refining NPC:
|
||||
* Chaos scroll SYNTHETIZER (rofl)
|
||||
*
|
||||
* @author RonanLana
|
||||
* @author RonanLana (ronancpl)
|
||||
*/
|
||||
|
||||
var status = 0;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
/* Jack - Refining NPC
|
||||
@author RonanLana
|
||||
@author ronancpl (Ronan)
|
||||
*/
|
||||
|
||||
var status = 0;
|
||||
|
||||
Reference in New Issue
Block a user