this code can be called for hold actions if they end up in an svo save. revert a line from a previous commit

This commit is contained in:
Seth Alves 2015-07-12 13:43:21 -07:00
parent fb23eb0faf
commit 848e5bcebf

View file

@ -189,7 +189,7 @@ void ObjectActionSpring::deserialize(QByteArray serializedArguments) {
EntityActionType type;
dataStream >> type;
assert(type == ACTION_TYPE_SPRING);
assert(type == getType());
QUuid id;
dataStream >> id;