1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:23:51 +00:00

Removing Object:

This commit is contained in:
Jason Hooks 2011-10-24 13:55:10 -04:00
parent 6efc61b9df
commit 0c8aa7fae3

View file

@ -83,8 +83,6 @@ void OMW::Engine::updateFocusReport (float duration)
if (!ptr.isEmpty()){
name = MWWorld::Class::get (ptr).getName (ptr);
if (!name.empty())
std::cout << "Object: " << name << std::endl;
}
}