mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-13 22:05:12 +01:00
Merge pull request #3478 from FedUpWith-Tech/v3.0
Change radius value of round area markers to int
This commit is contained in:
commit
74b92961d6
@ -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…
Reference in New Issue
Block a user