Fix grammar
Co-authored-by: John Kvalevog <jkvalevog@protonmail.com>
This commit is contained in:
parent
4396423ba5
commit
98283c7d6c
|
|
@ -180,7 +180,7 @@ void CCurrencyPack::ComeToRest( void )
|
||||||
{
|
{
|
||||||
BaseClass::ComeToRest();
|
BaseClass::ComeToRest();
|
||||||
|
|
||||||
// I'm not when this should ever actually return true, but it doesn't seem to cause any issues so I'm not touching it.
|
// I'm not sure when this should ever actually return true, but it doesn't seem to cause any issues so I'm not touching it.
|
||||||
if ( IsClaimed() )
|
if ( IsClaimed() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue