How to modify the issue that different guilds cannot form teams and only the national system can form teams? thanks #28
Open
opened 11 months ago by fwsjl
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
/Server/src/engine/net/client/handlers/GroupInviteHandler.java
// Group is new, create it.
Excuse me, is this statement added here?
if(!source.guild.nation.equals(target.guild.nation)
return false;
How to solve the problem of different guilds not being able to form teams? Thank you!to How to modify the issue that different guilds cannot form teams and only the national system can form teams? thanks 11 months ago