Pathfinder rework (#11452)
This commit is contained in:
@@ -494,7 +494,7 @@ namespace Content.Shared.CCVar
|
||||
*/
|
||||
|
||||
public static readonly CVarDef<int> NPCMaxUpdates =
|
||||
CVarDef.Create("npc.max_updates", 64);
|
||||
CVarDef.Create("npc.max_updates", 128);
|
||||
|
||||
public static readonly CVarDef<bool> NPCEnabled = CVarDef.Create("npc.enabled", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user