mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Attempts to fix #6344
pAI configurations are not added to the list of available candidates.
This commit is contained in:
@@ -106,8 +106,8 @@ var/datum/paiController/paiController // Global handler for pAI candidates
|
||||
if(!candidate)
|
||||
candidate = new /datum/paiCandidate()
|
||||
candidate.key = M.key
|
||||
pai_candidates.Add(candidate)
|
||||
|
||||
if(allowSubmit)
|
||||
pai_candidates.Add(candidate)
|
||||
|
||||
var/dat = ""
|
||||
dat += {"
|
||||
|
||||
Reference in New Issue
Block a user