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