mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 17:58:20 +00:00
Merge pull request #289 from Verathian/portal-fixes
Portal Stun Time Reductions
This commit is contained in:
commit
f1525028da
@ -97,7 +97,7 @@ void NtAssemblyTubeServer::TeleportPlayer(Entity* self, Entity* player)
|
||||
|
||||
GameMessages::SendPlayAnimation(player, u"tube-resurrect", 4.0f);
|
||||
|
||||
const auto animTime = 4;
|
||||
const auto animTime = 2;
|
||||
|
||||
const auto playerID = player->GetObjectID();
|
||||
|
||||
|
@ -88,7 +88,7 @@ void NtParadoxTeleServer::TeleportPlayer(Entity* self, Entity* player)
|
||||
|
||||
GameMessages::SendPlayAnimation(player, u"paradox-teleport-in", 4.0f);
|
||||
|
||||
const auto animTime = 4;
|
||||
const auto animTime = 2;
|
||||
|
||||
const auto playerID = player->GetObjectID();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user