MoonParams forwarding

master
HimbeerserverDE 2021-08-30 19:15:04 +02:00
parent a363956e70
commit ab4e53dbae
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 5 additions and 0 deletions

View File

@ -346,6 +346,11 @@ func handleSrv(sc *serverConn) {
prependTexture(sc.name, &cmd.Textures[i])
}
sc.client().SendCmd(cmd)
case *mt.ToCltMoonParams:
prependTexture(sc.name, &cmd.Texture)
prependTexture(sc.name, &cmd.ToneMap)
sc.client().SendCmd(cmd)
}
}