Revert "Use BfRead tag in umsg hook typedef, rather than a generic Handle."
This reverts commit 89119880b5.
			
			
This commit is contained in:
		
							parent
							
								
									4218674e7c
								
							
						
					
					
						commit
						8dbcfde314
					
				@ -163,7 +163,7 @@ native EndMessage();
 | 
			
		||||
 *						blocks the message from being sent, and Plugin_Continue 
 | 
			
		||||
 *						resumes normal functionality.
 | 
			
		||||
 */
 | 
			
		||||
typedef MsgHook = function Action (UserMsg msg_id, BfRead msg, const int[] players, int playersNum, bool reliable, bool init);
 | 
			
		||||
typedef MsgHook = function Action (UserMsg msg_id, Handle msg, const int[] players, int playersNum, bool reliable, bool init);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Called when a message hook has completed.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user