forked from SoDOff-Project/sodoff
implement mb app name
This commit is contained in:
parent
4dca96754c
commit
45d42f89d8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user