(a410fd46c) Trying to help the merge script through a jungle of merges
This commit is contained in:
@@ -63,6 +63,15 @@ namespace Barotrauma.Steam
|
||||
return instance.client.SteamId;
|
||||
}
|
||||
|
||||
public static string GetUsername()
|
||||
{
|
||||
if (instance == null || !instance.isInitialized)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
return instance.client.Username;
|
||||
}
|
||||
|
||||
public static ulong GetWorkshopItemIDFromUrl(string url)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user