mirror of
https://github.com/ayunami2000/ayunEagVidMap.git
synced 2024-12-21 06:14:09 -08:00
oops
This commit is contained in:
parent
7fd7cebf64
commit
6048af89f3
|
@ -200,8 +200,8 @@ public class Main extends JavaPlugin implements CommandExecutor, Listener {
|
|||
sendToAllPlayers(videoMapCodec.disableVideoBukkit());
|
||||
setSize(width, height);
|
||||
syncToAllPlayers();
|
||||
this.getConfig().set("width", mapSize[0]);
|
||||
this.getConfig().set("height", mapSize[1]);
|
||||
this.getConfig().set("size.width", mapSize[0]);
|
||||
this.getConfig().set("size.height", mapSize[1]);
|
||||
this.saveConfig();
|
||||
MessageHandler.sendPrefixedMessage(sender, "setSize", mapSize[0], mapSize[1], mapSize[0] * mapSize[1]);
|
||||
break;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user