Implemented module filtering. Note: Doesn't work yet, needs debugging.
Implemented looping through modules instead of listing each one. Fixed translations issue with pre-defined width. zr_log_list now formatts correctly. Fixed missing newline in the end of translations.inc. Known bugs: Adding invalid module names works, it should give an error. Cache doesn't get updated either.
This commit is contained in:
		@@ -99,6 +99,7 @@ public OnPluginStart()
 | 
			
		||||
    // Forward event to modules.
 | 
			
		||||
    TranslationInit();
 | 
			
		||||
    CvarsInit();
 | 
			
		||||
    LogInit();
 | 
			
		||||
    ToolsInit();
 | 
			
		||||
    CommandsInit();
 | 
			
		||||
    WeaponsInit();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user