mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
begin work on launch pad compat (again)
This commit is contained in:
parent
a8d3d7e5bd
commit
7f652931a0
@ -682,13 +682,6 @@ public class TileEntityLaunchTable extends TileEntityLoadedBase implements ISide
|
||||
} else
|
||||
return new Object[] {false};
|
||||
|
||||
// Not sure if i should have this
|
||||
/*
|
||||
if(xCoord2 == xCoord && zCoord2 == zCoord) {
|
||||
xCoord2 += 1;
|
||||
}
|
||||
*/
|
||||
|
||||
return new Object[] {xCoord2, zCoord2};
|
||||
}
|
||||
return new Object[] {false, "Designator not found"};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user