mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Revert "Merge branch 'patch-4' into 'master'"
This reverts merge request !274
This commit is contained in:
parent
d22bbf2298
commit
9e1fb44a53
@ -5,7 +5,6 @@ import com.eu.habbo.habbohotel.guilds.Guild;
|
||||
import com.eu.habbo.habbohotel.permissions.Permission;
|
||||
import com.eu.habbo.habbohotel.rooms.Room;
|
||||
import com.eu.habbo.messages.incoming.MessageHandler;
|
||||
import com.eu.habbo.messages.outgoing.guilds.GuildEditFailComposer;
|
||||
import com.eu.habbo.plugin.events.guilds.GuildChangedNameEvent;
|
||||
|
||||
public class GuildChangeNameDescEvent extends MessageHandler {
|
||||
@ -20,15 +19,6 @@ public class GuildChangeNameDescEvent extends MessageHandler {
|
||||
GuildChangedNameEvent nameEvent = new GuildChangedNameEvent(guild, this.packet.readString(), this.packet.readString());
|
||||
Emulator.getPluginManager().fireEvent(nameEvent);
|
||||
|
||||
if(nameEvent.name.length() > 29){
|
||||
this.client.sendResponse(new GuildEditFailComposer(GuildEditFailComposer.INVALID_GUILD_NAME));
|
||||
return;
|
||||
}
|
||||
|
||||
if(nameEvent.description.length() > 254){
|
||||
return;
|
||||
}
|
||||
|
||||
if (nameEvent.isCancelled())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user