Fix type (why did this used to work?)
This commit is contained in:
parent
3663be3460
commit
538524c962
@ -236,7 +236,7 @@ in {
|
|||||||
flags = commonFlags ++ memFlags
|
flags = commonFlags ++ memFlags
|
||||||
++ (optionals (worldOpts.allocated-memory >= 12) highMemFlags);
|
++ (optionals (worldOpts.allocated-memory >= 12) highMemFlags);
|
||||||
flagStr = concatStringsSep " " flags;
|
flagStr = concatStringsSep " " flags;
|
||||||
in pkgs.writeShellScript "mc-start-${sanitized-Name}.sh"
|
in pkgs.writeShellScript "mc-start-${sanitizedName}.sh"
|
||||||
"${pkgs.papermc}/bin/minecraft-server ${flagStr}";
|
"${pkgs.papermc}/bin/minecraft-server ${flagStr}";
|
||||||
|
|
||||||
in nameValuePair serverName {
|
in nameValuePair serverName {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user