mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 00:43:30 +02:00
don't spam
This commit is contained in:
parent
d0bb6e70ce
commit
fde85bb4d2
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ function update(deltaTime) {
|
|||
if (Math.random() < deltaTime) {
|
||||
guide = AvatarList.avatarWithDisplayName(leaderName);
|
||||
if (guide && !isGuide) {
|
||||
print("found a guide!");
|
||||
print("Found a tour guide!");
|
||||
isGuide = true;
|
||||
} else if (!isGuide) {
|
||||
} else if (!guide && isGuide) {
|
||||
print("Lost My Guide");
|
||||
isguide = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue