mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -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
|
||||
title: Minecraft Server (Java)
|
||||
train: community
|
||||
version: 1.13.22
|
||||
version: 1.13.23
|
||||
|
||||
@@ -420,7 +420,7 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 60000
|
||||
min: 0
|
||||
min: -1
|
||||
required: true
|
||||
- variable: ops
|
||||
label: Operators / Administrators
|
||||
|
||||
Reference in New Issue
Block a user