alex9849 / advanced-region-market

A Bukkit/Spigot plugin for renting/selling WorldGuard regions
https://www.spigotmc.org/resources/advancedregionmarket.58732/
69 stars 44 forks source link

Corrected typo in ParticleBorder #99

Open Lavitaep opened 2 years ago

Lavitaep commented 2 years ago

Corrected typo in the variable names of ParticleBorder class by renaming point1bottem to point1bottom and point2bottem to point2bottom. Renamed variables loc_x, loc_y, and loc_z of SignModifyListener class to location_x, location_y, and location_z.