Player Invites #10

Merged
Moonbase merged 7 commits from invites into master 2025-03-18 16:25:23 -07:00
Showing only changes of commit 45d42f89d8 - Show all commits

View File

@ -197,6 +197,7 @@ public class BuddyService
};
if (viking.GameVersion <= ClientVersion.WoJS) buddyLocation.AppName = "JSMain";
else if (viking.GameVersion <= ClientVersion.MB) buddyLocation.AppName = "MBMain";
// return
return buddyLocation;