Skip to content

Commit

Permalink
Remove local subsystem from list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed Jan 20, 2024
1 parent b2b2453 commit 14dac72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/dialogic/Other/DialogicGameHandler.gd
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ var VAR := preload("res://addons/dialogic/Modules/Variable/subsystem_variables.g
var Voice := preload("res://addons/dialogic/Modules/Voice/subsystem_voice.gd").new():
get: return get_subsystem("Voice")

var Props := preload("res://addons/dialogic_additions/Props/subsystem_props.gd").new():
get: return get_subsystem("Props")

#endregion

## Autoloads are added first, so this happens REALLY early on game startup.
Expand Down

0 comments on commit 14dac72

Please sign in to comment.