mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Disable projectiles for now
This commit is contained in:
parent
992a8e9c36
commit
e26cc31e3b
@ -2199,6 +2199,8 @@ namespace MWWorld
|
||||
if (projectileModel.empty())
|
||||
return;
|
||||
|
||||
return;
|
||||
|
||||
MWWorld::ManualRef ref(getStore(), projectileModel);
|
||||
ESM::Position pos;
|
||||
pos.pos[0] = actor.getRefData().getPosition().pos[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user