[Client] Always allow spellcasting from dedicated players and actors

0.7.0
David Cernat 5 years ago
parent 01804af100
commit 301fff7fe5

@ -3122,6 +3122,18 @@ namespace MWWorld
End of tes3mp addition
*/
/*
Start of tes3mp addition
Always start spells cast by DedicatedPlayers and DedicatedActors,
without unilaterally deducting any magicka for them on this client
*/
if (mwmp::PlayerList::isDedicatedPlayer(actor) || mwmp::Main::get().getCellController()->isDedicatedActor(actor))
return true;
/*
End of tes3mp addition
*/
const ESM::Spell* spell = getStore().get<ESM::Spell>().find(selectedSpell);
// Check mana

Loading…
Cancel
Save