Fixes several moves
This commit is contained in:
@@ -21,7 +21,7 @@ public class ChangeAllTargetStats : Script
|
||||
{
|
||||
throw new ArgumentException("Parameter 'amount' is required.");
|
||||
}
|
||||
_amount = (sbyte)amount;
|
||||
_amount = (sbyte)(int)amount;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user