mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 04:28:09 -05:00
minecraft: allow -1 for max tick (#3592)
This commit is contained in:
@@ -49,4 +49,4 @@ sources:
|
|||||||
- https://github.com/itzg/docker-minecraft-server
|
- https://github.com/itzg/docker-minecraft-server
|
||||||
title: Minecraft Server (Java)
|
title: Minecraft Server (Java)
|
||||||
train: community
|
train: community
|
||||||
version: 1.13.22
|
version: 1.13.23
|
||||||
|
|||||||
@@ -420,7 +420,7 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 60000
|
default: 60000
|
||||||
min: 0
|
min: -1
|
||||||
required: true
|
required: true
|
||||||
- variable: ops
|
- variable: ops
|
||||||
label: Operators / Administrators
|
label: Operators / Administrators
|
||||||
|
|||||||
Reference in New Issue
Block a user