capitalized a G
This commit is contained in:
@@ -18,7 +18,7 @@ import java.util.concurrent.CompletableFuture
|
|||||||
|
|
||||||
object GiveParticleEmitter {
|
object GiveParticleEmitter {
|
||||||
fun register(dispatcher: CommandDispatcher<ServerCommandSource>, registryAccess: CommandRegistryAccess) {
|
fun register(dispatcher: CommandDispatcher<ServerCommandSource>, registryAccess: CommandRegistryAccess) {
|
||||||
val command = CommandManager.literal("giveParticleEmitter")
|
val command = CommandManager.literal("GiveParticleEmitter")
|
||||||
.requires { source -> source.hasPermissionLevel(4) }
|
.requires { source -> source.hasPermissionLevel(4) }
|
||||||
|
|
||||||
val allEmitterIds = emitterIdRegister.keys
|
val allEmitterIds = emitterIdRegister.keys
|
||||||
@@ -56,4 +56,4 @@ object GiveParticleEmitter {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user