You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on mod, a subsidiary client of clanmod.
Its role is to allow players to use the graphical operation of clan.
With more graphics, let the player save more command input trouble.
It's like the command /clan form [name].
When I tried, I copied the execution method in your mod in my mod.
However, it is found that there is no delay in the execution of the original command, while using the same method in my mod will cause server delay.
So I try to create a new thread in the following code, and let the command requirements execute in the thread.
Now it's working very well, and there are no bugs or negative effects.
The text was updated successfully, but these errors were encountered:
I am currently working on mod, a subsidiary client of clanmod.

Its role is to allow players to use the graphical operation of clan.
With more graphics, let the player save more command input trouble.
It's like the command
/clan form [name]
.When I tried, I copied the execution method in your mod in my mod.
However, it is found that there is no delay in the execution of the original command, while using the same method in my mod will cause server delay.
So I try to create a new thread in the following code, and let the command requirements execute in the thread.
Now it's working very well, and there are no bugs or negative effects.
The text was updated successfully, but these errors were encountered: