mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
remove inventory refresh on login
This commit is contained in:
parent
5093d6c745
commit
c63dee00e0
@ -144,7 +144,6 @@ public class SecureLoginEvent extends MessageHandler {
|
|||||||
this.client.sendResponses(messages);
|
this.client.sendResponses(messages);
|
||||||
|
|
||||||
//Hardcoded
|
//Hardcoded
|
||||||
this.client.sendResponse(new InventoryRefreshComposer());// can we remove this too??
|
|
||||||
//this.client.sendResponse(new ForumsTestComposer());
|
//this.client.sendResponse(new ForumsTestComposer());
|
||||||
this.client.sendResponse(new InventoryAchievementsComposer());
|
this.client.sendResponse(new InventoryAchievementsComposer());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user