Before I forget again.

This commit is contained in:
Florian Nücke 2014-07-24 22:38:21 +02:00
parent 1e3b4a2344
commit 57a6c85b32

View File

@ -20,7 +20,11 @@ import scala.collection.mutable
object PetRenderer extends ITickHandler {
val hidden = mutable.Set.empty[String]
private val entitledPlayers = Map("Kethtar" ->(0.3, 0.9, 0.6))
private val entitledPlayers = Map(
"Kethtar" -> (0.3, 0.9, 0.6),
"Jodarion" -> (1.0, 0.0, 0.0),
"DaKaTotal" -> (0.5, 0.7, 1.0)
)
private val petLocations = com.google.common.cache.CacheBuilder.newBuilder().
expireAfterAccess(5, TimeUnit.SECONDS).