Invalid economy handling during creation if name is invalid
Thorinwasher opened this issue ยท 2 comments
Player gets charged money by creating a gate if a gate by that name already exist. This might be a larger issue than only this; some other cancellations might have the same effect
This is because the payment happens before the portal is added, but if the player cannot pay, they shouldn't be able to create it.
One way to solve this would be to verify the name before taking payment.