# Adapt our script with ToxicFire

While waiting for the update of the Toxic fire script to make our script compatible with his.

Go to the file **server/server.lua**

Put the following lines at the bottom of the file

```javascript
exports('GetAllFires', function()
    return AllFires
end)
```
