mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Reword exception message
This commit is contained in:
parent
86445e7c23
commit
b52e279702
@ -555,7 +555,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
var droppedObject = getDroppedObject(caughtObject);
|
||||
|
||||
if (!caughtObjectContainer.Remove(caughtObject))
|
||||
throw new InvalidOperationException("Can only drop a caught object on the plate");
|
||||
throw new InvalidOperationException("Can only drop objects that were previously caught on the plate");
|
||||
|
||||
droppedObjectTarget.Add(droppedObject);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user