View Single Post
Re: First beta release of YaPB 2
Old
  (#8)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: First beta release of YaPB 2 - 19-05-2006

I've found a bug which causes the language files not correctly loaded.

The details is that the InitConfig() is called before the settings in yapb.cfg take effect. So the language which is set in yapb.cfg is never actually loaded.

and the patch may be adding this into the InitConfig():
PHP Code:
   ServerCommand ("exec addons/yapb/config/yapb.cfg"); 
btw, I would recommend using dynamic memory allocation for the translator which can save a lot of memory.
  
Reply With Quote