How to modify the issue that different guilds cannot form teams and only the national system can form teams? thanks #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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