Dieser Commit ist enthalten in:
Ursprung
4422c7c0ba
Commit
1cf75f3742
@ -95,7 +95,7 @@ public abstract class AbstractSWCommand<T> {
|
|||||||
list.add(arg);
|
list.add(arg);
|
||||||
}
|
}
|
||||||
if (quote) {
|
if (quote) {
|
||||||
commandSystemWarning(() -> "Missing closing quote in command");
|
builder.append("\"");
|
||||||
}
|
}
|
||||||
if (builder.length() > 0) {
|
if (builder.length() > 0) {
|
||||||
list.add(builder.toString());
|
list.add(builder.toString());
|
||||||
|
@ -140,7 +140,7 @@ public class SchematicNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static List<SchematicNode> accessibleByUserType(SteamwarUser user, SchematicType type) {
|
public static List<SchematicNode> accessibleByUserType(SteamwarUser user, SchematicType type) {
|
||||||
return accessibleByUserType.listSelect(type, user);
|
return accessibleByUserType.listSelect(user, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Map<Integer, List<SchematicNode>> accessibleByUserTypeMap(SteamwarUser user, SchematicType type) {
|
public static Map<Integer, List<SchematicNode>> accessibleByUserTypeMap(SteamwarUser user, SchematicType type) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren