This commit is contained in:
Katherine Kiefer
2022-06-10 20:00:02 +10:00
parent 5c39357aa0
commit 31c5983d17
17 changed files with 62 additions and 58 deletions

View File

@@ -35,4 +35,4 @@
if(tank)
return tank.air_contents
else
return loc.return_air()
return loc?.return_air()