mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 15:46:37 +00:00
Rename LoadLogSysSettings to LoadLogSettings
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public:
|
||||
void AddFriendOrIgnore(int CharID, int Type, std::string Name);
|
||||
void RemoveFriendOrIgnore(int CharID, int Type, std::string Name);
|
||||
void GetFriendsAndIgnore(int CharID, std::vector<std::string> &Friends, std::vector<std::string> &Ignorees);
|
||||
void LoadLogSysSettings(EQEmuLogSys::LogSettings* log_settings);
|
||||
void LoadLogSettings(EQEmuLogSys::LogSettings* log_settings);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user