mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
and one for the road
This commit is contained in:
parent
551140d130
commit
798382bf42
@ -279,7 +279,7 @@ public class TileEntityRBMKTerminal extends TileEntityLoadedBase implements IGUI
|
||||
}
|
||||
|
||||
if(name.startsWith(PREFIX_FUNCTION + "set")) {
|
||||
int line = IRORInteractive.parseInt(name.substring(3), 1, 17) - 1;
|
||||
int line = IRORInteractive.parseInt(name.substring(PREFIX_FUNCTION.length() + 3), 1, 17) - 1;
|
||||
this.history[line] = allParams;
|
||||
this.markChanged();
|
||||
return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user