mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
Merge pull request #4853 from Ccomp5950/ghostwrite_runtime
Fixes runtime that stops ghosts from ghostwriting...yay 4 month old bugs
This commit is contained in:
@@ -481,7 +481,7 @@
|
||||
config.cult_ghostwriter = 1
|
||||
|
||||
if("req_cult_ghostwriter")
|
||||
config.cult_ghostwriter_req_cultists = value
|
||||
config.cult_ghostwriter_req_cultists = text2num(value)
|
||||
|
||||
else
|
||||
log_misc("Unknown setting in configuration: '[name]'")
|
||||
|
||||
Reference in New Issue
Block a user