mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-03 20:33:58 +00:00
Merge pull request #709 from SkyTheCodeMaster/patch-1
Fix `redstone.getBundledInput(side)` returning the output of said side.
This commit is contained in:
commit
5e52429c23
@ -191,7 +191,7 @@ public class RedstoneAPI implements ILuaAPI
|
|||||||
@LuaFunction
|
@LuaFunction
|
||||||
public final int getBundledInput( ComputerSide side )
|
public final int getBundledInput( ComputerSide side )
|
||||||
{
|
{
|
||||||
return environment.getBundledOutput( side );
|
return environment.getBundledInput( side );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user