mirror of
https://github.com/overte-org/overte.git
synced 2025-07-01 08:19:18 +02:00
Merge pull request #12318 from Triplelexx/entity_serverscript_log_typo
Fix typos for entity server script log
This commit is contained in:
commit
a9c6af6b13
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ void EntityScriptServerLogClient::enableToEntityServerScriptLog(bool enable) {
|
||||||
|
|
||||||
if (_subscribed != enable) {
|
if (_subscribed != enable) {
|
||||||
if (enable) {
|
if (enable) {
|
||||||
emit receivedNewLogLines("====================== Subscribded to the Entity Script Server's log ======================");
|
emit receivedNewLogLines("====================== Subscribed to the Entity Script Server's log ======================");
|
||||||
} else {
|
} else {
|
||||||
emit receivedNewLogLines("==================== Unsubscribded from the Entity Script Server's log ====================");
|
emit receivedNewLogLines("==================== Unsubscribed from the Entity Script Server's log ====================");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_subscribed = enable;
|
_subscribed = enable;
|
||||||
|
|
Loading…
Reference in a new issue