forked from mirror/openmw-tes3mp
[General] Leave one blank line at the end of every tes3mp code file
This commit is contained in:
parent
2158e94a96
commit
158d606477
19 changed files with 16 additions and 20 deletions
|
@ -45,5 +45,3 @@ bool ScriptFunctions::IsTimerElapsed(int timerId) noexcept
|
||||||
{
|
{
|
||||||
return TimerAPI::IsEndTimer(timerId);
|
return TimerAPI::IsEndTimer(timerId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -193,4 +193,3 @@ void TranslocationFunctions::SendCell(unsigned short pid) noexcept
|
||||||
|
|
||||||
mwmp::Networking::get().getPlayerController()->GetPacket(ID_PLAYER_CELL_CHANGE)->Send(player, false);
|
mwmp::Networking::get().getPlayerController()->GetPacket(ID_PLAYER_CELL_CHANGE)->Send(player, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -222,4 +222,3 @@ boost::any ScriptFunction::Call(const vector<boost::any> &args)
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue