Don't undo swatter destruction which is not necessary with local event

This commit is contained in:
Benau 2018-08-13 13:05:29 +08:00
parent da11c0266d
commit 2efe3afa9f

View File

@ -308,7 +308,7 @@ void Attachment::rewindTo(BareNetworkString *buffer)
if (m_type == new_type || m_type == ATTACH_NOTHING)
{
setTicksLeft(ticks_left);
if (m_type != new_type)
if (m_type != new_type && new_type != ATTACH_SWATTER)
m_type = new_type;
return;
}