mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-19 15:03:54 +00:00
Fixes #17, and an annoying typo in SnipeData :)
This commit is contained in:
@ -77,7 +77,7 @@ public class SnipeData {
|
||||
*/
|
||||
private int voxelHeight = SnipeData.DEFAULT_VOXEL_HEIGHT;
|
||||
/**
|
||||
* Voxel centroid -- set Cylynder center /vc #.
|
||||
* Voxel centroid -- set Cylinder center /vc #.
|
||||
*/
|
||||
private int cCen = SnipeData.DEFAULT_CYLINDER_CENTER;
|
||||
private int range = 0;
|
||||
@ -325,4 +325,4 @@ public class SnipeData {
|
||||
public static Class<?> inject() {
|
||||
return SnipeData.class;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user