Unstable 0.17.5.0
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ namespace Barotrauma
|
||||
|
||||
public void ApplyWalletData(Character character)
|
||||
{
|
||||
character.Wallet = new Wallet(WalletData);
|
||||
character.Wallet = new Wallet(Option<Character>.Some(character), WalletData);
|
||||
}
|
||||
|
||||
public XElement Save()
|
||||
|
||||
Reference in New Issue
Block a user