Flooring Messed up/

Zombie

Absolute Legend
Jul 4, 2017
351
138
Not sure why
but with the flooring messing up its making me having to delete rooms which is causing users to be upset.
Is there anything i can do to fix this??
 

Joshhh

Member
Apr 13, 2016
323
173
If its the floor plan messing up, run this;
Code:
ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL DEFAULT '0', CHANGE `mute_settings` `mute_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `ban_settings` `ban_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `kick_settings` `kick_settings` INT(1) NOT NULL DEFAULT '1';
Then restart your emu.
 

Users who are viewing this thread

Top