(2402e736e) Tester's build, January 25th 2020
This commit is contained in:
@@ -1435,7 +1435,7 @@ namespace Barotrauma
|
||||
#if DEBUG
|
||||
deleteBtn.Enabled = true;
|
||||
#else
|
||||
deleteBtn.Enabled = userData is Submarine sub && sub.IsVanillaSubmarine();
|
||||
deleteBtn.Enabled = userData is Submarine sub && !sub.IsVanillaSubmarine();
|
||||
#endif
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user