128129130131132133134
MapData map = serverData.getMap(); ChannelGroup allChannels = ctx.attr(AllChannelsKey.ALL_CHANNELS_KEY).get(); // spawn this player on the map (for all players!) actions.add(new SpawnPlayerAction(ctx.channel(), allChannels)); }