mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Runtime error fix
Hopefully this fixes the error: runtime error: Cannot read null.ambience_playing proc name: Entered (/area/Entered) source file: areas.dm,388
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
///////////////
|
||||
//SOUND STUFF//
|
||||
///////////////
|
||||
var/ambience_playing= null
|
||||
var/ambience_playing = 0
|
||||
var/played = 0
|
||||
|
||||
////////////
|
||||
|
||||
Reference in New Issue
Block a user