mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-12 19:28:21 +00:00
Portal Stun Time Reductions
This commit is contained in:
parent
65b7f49c9b
commit
eae1a38705
@ -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