diff options
author | Vixid <52578495+VixidDev@users.noreply.github.com> | 2023-09-27 13:24:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 22:24:19 +1000 |
commit | e34d22adea31de68cf9bf081fa51dd652219e254 (patch) | |
tree | ba66e45506310b45cb9993e822474bd0482160f0 /src/main/kotlin | |
parent | 626b7a68c93afb1f90308b396ae45ee445aaa7a2 (diff) | |
download | NotEnoughUpdates-e34d22adea31de68cf9bf081fa51dd652219e254.tar.gz NotEnoughUpdates-e34d22adea31de68cf9bf081fa51dd652219e254.tar.bz2 NotEnoughUpdates-e34d22adea31de68cf9bf081fa51dd652219e254.zip |
Default Armor Colour Feature (#825)
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt index 3c45d1e1..bd566902 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt @@ -64,8 +64,9 @@ class DevTestCommand { "0ce87d5a-fa5f-4619-ae78-872d9c5e07fe", // ascynx "a049a538-4dd8-43f8-87d5-03f09d48b4dc", // egirlefe "7a9dc802-d401-4d7d-93c0-8dd1bc98c70d", // efefury - "bb855349-dfd8-4125-a750-5fc2cf543ad5", // hannibal2 - "eaa5623c-8413-46b7-a74b-2d74a42b2841" // calmwolfs + "bb855349-dfd8-4125-a750-5fc2cf543ad5", // hannibal2 + "eaa5623c-8413-46b7-a74b-2d74a42b2841", // calmwolfs + "e2c6f077-d45c-43ac-8322-857c7f8df3b9" // vixid ) val SPECIAL_KICK = "SPECIAL_KICK" |