Added support for post map configs (with workaround for SourceMod bug 3803). Log cleanup. Minior fixes.
Removed log check in fatal errors. Those must always log. Stored LogCheckFlag result in a boolean where log is executed more than once. Fixed invalid translation string used in menu title. Fixed index out of bounds in zspawn when a client disconnects.
This commit is contained in:
		@@ -200,6 +200,8 @@ public OnConfigsExecuted()
 | 
			
		||||
    VEffectsLoad();
 | 
			
		||||
    SEffectsLoad();
 | 
			
		||||
    ClassLoad();
 | 
			
		||||
    
 | 
			
		||||
    ConfigOnModulesLoaded();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user