Change radius value of round area markers to int
This commit is contained in:
parent
fa0e87d3c0
commit
0c001eea7c
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ public class DynmapMapCommands {
|
|||
sender.sendMessage("Bad parameter for type " + type + ": " + id);
|
||||
return false;
|
||||
}
|
||||
radius = Double.valueOf(val);
|
||||
radius = Integer.valueOf(val);
|
||||
break;
|
||||
case "style":
|
||||
style = HiddenChunkStyle.fromValue(val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue