mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 03:45:32 +00:00
Fixed punctuation consistency
This commit is contained in:
parent
e11da5c0a3
commit
65818155d8
1 changed files with 2 additions and 2 deletions
|
@ -134,12 +134,12 @@ namespace MWWorld
|
|||
|
||||
void Class::setRemainingUsageTime (const Ptr& ptr, float duration) const
|
||||
{
|
||||
throw std::runtime_error ("class does not support time-based uses.");
|
||||
throw std::runtime_error ("class does not support time-based uses");
|
||||
}
|
||||
|
||||
float Class::getRemainingUsageTime (const Ptr& ptr) const
|
||||
{
|
||||
throw std::runtime_error ("class does not support time-based uses.");
|
||||
throw std::runtime_error ("class does not support time-based uses");
|
||||
}
|
||||
|
||||
std::string Class::getScript (const Ptr& ptr) const
|
||||
|
|
Loading…
Reference in a new issue