mirror of
https://github.com/markqvist/NomadNet.git
synced 2026-01-15 23:38:45 -05:00
Parse intro_time as float. Fixes #79.
This commit is contained in:
parent
6b74e49b0f
commit
db3642ee05
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ class NomadNetworkApp:
|
|||
if not "intro_time" in self.config["textui"]:
|
||||
self.config["textui"]["intro_time"] = 1
|
||||
else:
|
||||
self.config["textui"]["intro_time"] = self.config["textui"].as_int("intro_time")
|
||||
self.config["textui"]["intro_time"] = self.config["textui"].as_float("intro_time")
|
||||
|
||||
if not "intro_text" in self.config["textui"]:
|
||||
self.config["textui"]["intro_text"] = "Nomad Network"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue