Removed prompt user intreface; Team server and Client are now fully separated.

This commit is contained in:
Jakob Friedl
2025-10-01 13:25:15 +02:00
parent a1990e4a18
commit c97cb4585f
12 changed files with 188 additions and 628 deletions

View File

@@ -1,4 +1,3 @@
import prompt
import tables
import times
import parsetoml, json
@@ -276,7 +275,6 @@ type
ws*: WebSocket
Conquest* = ref object
prompt*: Prompt
dbPath*: string
listeners*: Table[string, Listener]
threads*: Table[string, Thread[Listener]]