mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-12-28 11:59:27 +01:00
break building test
This commit is contained in:
parent
d49f2ff976
commit
9d21bc3fc0
@ -5,7 +5,7 @@ public class PortalArg {
|
|||||||
public final String argName;
|
public final String argName;
|
||||||
public final String value;
|
public final String value;
|
||||||
|
|
||||||
public PortalArg(String argName, String value/*, int type*/) {
|
public PortalArg(Stsring argName, String value/*, int type*/) {
|
||||||
this.argName = argName;
|
this.argName = argName;
|
||||||
this.value = value;
|
this.value = value;
|
||||||
// may be used if values need to be 100% not string
|
// may be used if values need to be 100% not string
|
||||||
|
Loading…
Reference in New Issue
Block a user