Skip to content

Commit

Permalink
Update MpObjectReference.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Dec 28, 2024
1 parent 6e6ec77 commit 9132f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymp5-server/cpp/server_guest_lib/MpObjectReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ void MpObjectReference::ApplyChangeForm(const MpChangeForm& changeForm)
{
if (pImpl->setPropertyCalled) {
GetParent()->logger->critical("ApplyChangeForm called after SetProperty");
std::terminate();
//std::terminate();
}

blockSaving = true;
Expand Down

0 comments on commit 9132f88

Please sign in to comment.