makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

[BUG] else if should be switch #68

Closed Sploder12 closed 2 years ago

Sploder12 commented 2 years ago

Subject of the issue

The else if chain on line 93 of Position.java should be a switch case.

Expected behavior

Programmer uses switch case with enum.

Actual behavior

Programmer used else if with enum.

Steps to reproduce

Look at line 93 of Position.java.

Dylanz5 commented 2 years ago

I did it