Merge pull request #8589 from Rykka-Stormheart/shep-dev-fix-ambience-call

Skip calling handle_ambience() if there is no client assigned
This commit is contained in:
Novacat
2020-08-04 16:36:37 -04:00
committed by GitHub
+2 -2
View File
@@ -46,8 +46,8 @@
//Check if we're on fire
handle_fire()
// Handle re-running ambience to mobs if they've remained in an area.
handle_ambience()
if(client) // Handle re-running ambience to mobs if they've remained in an area, AND have an active client assigned to them.
handle_ambience()
//stuff in the stomach
//handle_stomach() //VOREStation Code