mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-30 20:22:04 +00:00 
			
		
		
		
	Merge pull request #289 from Verathian/portal-fixes
Portal Stun Time Reductions
This commit is contained in:
		| @@ -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(); | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Xiphoseer
					Xiphoseer