CortexPE / Commando

A Command Framework virion for PocketMine-MP
GNU Lesser General Public License v3.0
70 stars 53 forks source link

Vector3Argument: Fix relative coordinates do not work #34

Closed PJZ9n closed 2 years ago

PJZ9n commented 2 years ago

Hello! I found that the relative coordinate input of Vector3Argument doesn't work. When I checked the code, I found that the formula CommandSender instanceof Vector3, which does not hold in PM4, was used. This is a PR to fix it. Thank you