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
@ -271,7 +271,7 @@ public class TileEntityRBMKTerminal extends TileEntityLoadedBase implements IGUI
|
|||||||
}
|
}
|
||||||
|
|
||||||
String allParams = String.join(" ", params);
|
String allParams = String.join(" ", params);
|
||||||
|
|
||||||
if((PREFIX_FUNCTION + "write").equals(name)) {
|
if((PREFIX_FUNCTION + "write").equals(name)) {
|
||||||
this.push(allParams);
|
this.push(allParams);
|
||||||
this.markChanged();
|
this.markChanged();
|
||||||
@ -279,7 +279,7 @@ public class TileEntityRBMKTerminal extends TileEntityLoadedBase implements IGUI
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(name.startsWith(PREFIX_FUNCTION + "set")) {
|
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.history[line] = allParams;
|
||||||
this.markChanged();
|
this.markChanged();
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user