mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
parent
407bdb4440
commit
0d88193994
@ -57,6 +57,8 @@ public class WiredEffectBotTalk extends InteractionWiredEffect {
|
||||
|
||||
if (data.length == 2) {
|
||||
this.botName = data[0];
|
||||
|
||||
if (data[1].length() > 64) return false;
|
||||
this.message = data[1];
|
||||
}
|
||||
|
||||
|
@ -77,6 +77,8 @@ public class WiredEffectBotTalkToHabbo extends InteractionWiredEffect {
|
||||
|
||||
if (data.length == 2) {
|
||||
this.botName = data[0];
|
||||
|
||||
if (data[1].length() > 64) return false;
|
||||
this.message = data[1];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user