Skip to content

Commit

Permalink
Fix DefaultActors Depending On DefaultPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Mar 24, 2024
1 parent f32ead9 commit 25ba7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/MutVoteSys.uc
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ function GetDefaultServerPackages() {
function GetDefaultServerActors() {
local string Prop;
if (Settings.DefaultPackages.Length > 0)
if (Settings.DefaultActors.Length > 0)
return; // already done
Prop = ConsoleCommand("get Engine.GameEngine ServerActors");
Expand Down

0 comments on commit 25ba7c9

Please sign in to comment.