mirror of
https://github.com/taoneill/war.git
synced 2025-01-03 06:17:33 +01:00
Fix wrong color for team gate
This commit is contained in:
parent
7f7babf104
commit
db7a7864f9
@ -552,10 +552,7 @@ public class ZoneLobby {
|
||||
}
|
||||
|
||||
private void setBlock(Block block, TeamKind kind) {
|
||||
BlockState blockState = block.getState();
|
||||
blockState.setType(kind.getBlockHead().getType());
|
||||
blockState.setData(kind.getBlockHead().getData());
|
||||
blockState.update(true);
|
||||
block.setType(kind.getMaterial());
|
||||
}
|
||||
|
||||
private void placeAutoAssignGate() {
|
||||
|
Loading…
Reference in New Issue
Block a user