mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-17 03:02:35 +01:00
Fix text on Stalk Command (by Snaiker)
And some emulator_settings for the previous commit
This commit is contained in:
parent
f7ee2ddf72
commit
9acc3f9359
4
sqlupdates/3_0_0 to 3_0_1.sql
Normal file
4
sqlupdates/3_0_0 to 3_0_1.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.place.under', '0');
|
||||||
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.custom.enabled', '0');
|
||||||
|
|
||||||
|
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
|
@ -43,7 +43,7 @@ public class StalkCommand extends Command {
|
|||||||
//gameClient.sendResponse(new ForwardToRoomComposer(habbo.getHabboInfo().getCurrentRoom().getId()));
|
//gameClient.sendResponse(new ForwardToRoomComposer(habbo.getHabboInfo().getCurrentRoom().getId()));
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_summon.forgot_username"), RoomChatMessageBubbles.ALERT);
|
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_stalk.forgot_username"), RoomChatMessageBubbles.ALERT);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user