Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Jun 17, 2024
1 parent 6e93346 commit d92aa5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public LegacyBungeeBehavior(LanguageManager languageManager, String destination,
* and can not be found (should not) in any network anywhere.
*/
this.targetPortal = new LegacyVirtualPortal(destinationServer, destination, fakeNetwork,
Set.of(), new HashSet<>(), UUID.randomUUID());
Set.of(), UUID.randomUUID());
this.serverDestination = destinationServer;
String possibleBungeeString = super.languageManager.getString(TranslatableMessage.BUNGEE_SIGN_LINE_4);
this.bungeeString = (possibleBungeeString == null) ? "[PlaceHolder]" : possibleBungeeString;
Expand Down

0 comments on commit d92aa5a

Please sign in to comment.