FixPointTeleport: potentially fix crash issue.
This commit is contained in:
		
							parent
							
								
									cd15f02ca1
								
							
						
					
					
						commit
						eb76f695c5
					
				| @ -4,8 +4,8 @@ | |||||||
| #include <sdktools> | #include <sdktools> | ||||||
| #include <dhooks> | #include <dhooks> | ||||||
| 
 | 
 | ||||||
| Handle hTeleport; |  | ||||||
| Handle hFallInit; | Handle hFallInit; | ||||||
|  | Handle hTeleport; | ||||||
| 
 | 
 | ||||||
| //---------------------------------------------------------------------------------------------------- | //---------------------------------------------------------------------------------------------------- | ||||||
| // Purpose: | // Purpose: | ||||||
| @ -87,6 +87,9 @@ public void OnEntityCreated(int entity, const char[] classname) | |||||||
| // Purpose: | // Purpose: | ||||||
| //---------------------------------------------------------------------------------------------------- | //---------------------------------------------------------------------------------------------------- | ||||||
| public MRESReturn OnEntityTeleport(int entity, Handle hParams) | public MRESReturn OnEntityTeleport(int entity, Handle hParams) | ||||||
|  | { | ||||||
|  | 	if (IsValidEntity(entity)) | ||||||
| 	{ | 	{ | ||||||
| 		SDKCall(hFallInit, entity); | 		SDKCall(hFallInit, entity); | ||||||
| 	} | 	} | ||||||
|  | } | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user