mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
More cleanup
project renaming moved PluginImporter to SharedLibrary config writer abstracted for plugins
This commit is contained in:
@ -124,7 +124,7 @@ namespace SharedLibrary
|
||||
|
||||
public String GetLastConnection()
|
||||
{
|
||||
return Utilities.timePassed(LastConnection);
|
||||
return Utilities.GetTimePassed(LastConnection);
|
||||
}
|
||||
|
||||
public void UpdateName(String n)
|
||||
|
Reference in New Issue
Block a user