Fixed crashing when clicking the "refreshing server list" text. Closes #312
This commit is contained in:
@@ -146,6 +146,8 @@ namespace Barotrauma
|
|||||||
|
|
||||||
private bool SelectServer(GUIComponent component, object obj)
|
private bool SelectServer(GUIComponent component, object obj)
|
||||||
{
|
{
|
||||||
|
if (obj == null || waitingForRefresh) return false;
|
||||||
|
|
||||||
ServerInfo serverInfo;
|
ServerInfo serverInfo;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user