Merge pull request #5312 from sethalves/fix-hold-action-deserialize

fix hold-action deserialization.
This commit is contained in:
Andrew Meadows 2015-07-13 11:33:16 -07:00
commit a24fd13665

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;