mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Configuration Controller (#7857)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
enabled = 0
|
||||
New()
|
||||
..()
|
||||
src.enabled = config.socket_talk
|
||||
src.enabled = CONFIG_GET(flag/socket_talk) // CHOMPEdit
|
||||
|
||||
if(enabled)
|
||||
call_ext("DLLSocket.so","establish_connection")("127.0.0.1","8019") // CHOMPEdit
|
||||
|
||||
Reference in New Issue
Block a user