mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:43:35 +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) {
|
if (Math.random() < deltaTime) {
|
||||||
guide = AvatarList.avatarWithDisplayName(leaderName);
|
guide = AvatarList.avatarWithDisplayName(leaderName);
|
||||||
if (guide && !isGuide) {
|
if (guide && !isGuide) {
|
||||||
print("found a guide!");
|
print("Found a tour guide!");
|
||||||
isGuide = true;
|
isGuide = true;
|
||||||
} else if (!isGuide) {
|
} else if (!guide && isGuide) {
|
||||||
print("Lost My Guide");
|
print("Lost My Guide");
|
||||||
isguide = false;
|
isguide = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue