Reword exception message

This commit is contained in:
ekrctb 2020-12-09 10:38:11 +09:00
parent 86445e7c23
commit b52e279702

View File

@ -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);