forked from teamnwah/openmw-tes3coop
[Server] Delete commented line
This commit is contained in:
parent
9bb586de77
commit
60ac884d13
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ typename BasePacketProcessor<T>::processors_t BasePacketProcessor<T>::processors
|
||||||
|
|
||||||
bool PlayerProcessor::Process(RakNet::Packet &packet) noexcept
|
bool PlayerProcessor::Process(RakNet::Packet &packet) noexcept
|
||||||
{
|
{
|
||||||
//BOOST_FOREACH(processors_t::value_type &processor, processors)
|
|
||||||
for (auto &processor : processors)
|
for (auto &processor : processors)
|
||||||
{
|
{
|
||||||
if (processor.first == packet.data[0])
|
if (processor.first == packet.data[0])
|
||||||
|
|
Loading…
Reference in a new issue