mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:18:36 +00:00
Some changes to make the diff between 1.14-snapshot and commanding branch smaller.
This commit is contained in:
@ -113,8 +113,7 @@ public class CharBlocks implements IBlocks {
|
||||
return get(blocks, layer)[index];
|
||||
}
|
||||
|
||||
public final void set(CharBlocks blocks, int layer, int index,
|
||||
char value) {
|
||||
public final void set(CharBlocks blocks, int layer, int index, char value) {
|
||||
get(blocks, layer)[index] = value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user