Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Fix enum argument #47

Closed Paul2708 closed 4 years ago

Paul2708 commented 4 years ago

Pull Request Template

Checklist

Make sure that you completed the following actions to submitting this PR.

Title

Fixes an enum argument bug

Description

If an enum constant wasn't in uppercase, an argument with the same chars but with different upper- and lower-case got rejected. This issue got fixed by transform every the enum constant to uppercase.

Issue Resolution

The issue addressed by this PR.

This Pull Request fixes #46

Proposed Changes

List your proposed changes.