fix space before ) on the realBueprintDeployer
This commit is contained in:
parent
01bf28a77d
commit
810ff8b07d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class RealBlueprintDeployer extends BlueprintDeployer {
|
|||
|
||||
@Override
|
||||
public void deployBlueprintFromFileStream(World world, int x, int y, int z,
|
||||
ForgeDirection dir, byte [] data ) {
|
||||
ForgeDirection dir, byte [] data) {
|
||||
|
||||
NBTTagCompound nbt;
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue