mirror of
				https://github.com/JezuzLizard/T4SP-Server-Plugin.git
				synced 2025-11-03 19:17:10 +00:00 
			
		
		
		
	cleanup
This commit is contained in:
		@@ -1397,10 +1397,6 @@ namespace re_cscr_vm
 | 
			
		||||
 | 
			
		||||
		bool SetEntityFieldValue_call(game::scriptInstance_t inst, int offset_, int entnum, [[maybe_unused]] void* caller_addr, game::classNum_e classnum, int clientNum, game::VariableValue* value)
 | 
			
		||||
		{
 | 
			
		||||
#if CSCR_VARIABLE_EXTRA_CLASSMAPS
 | 
			
		||||
			return script::SetEntityFieldValue_Override(inst, offset_, entnum, classnum, clientNum, value);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef RE_CSCR_VM_USE_WRAPPERS
 | 
			
		||||
			return game::SetEntityFieldValue(inst, offset_, entnum, classnum, clientNum, value, SetEntityFieldValue_original);
 | 
			
		||||
#else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user