Updating credits & missing aliases

This commit is contained in:
ronancpl
2019-12-13 02:35:26 -03:00
parent c7048a09ac
commit 183017ca3b
11 changed files with 13 additions and 13 deletions

View File

@@ -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);

View File

@@ -21,7 +21,7 @@
Refining NPC:
* Chaos scroll SYNTHETIZER (rofl)
*
* @author RonanLana
* @author RonanLana (ronancpl)
*/
var status = 0;

View File

@@ -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;