In CleanupModule, the NameMatches function for the name argument checks for the grid's DisplayName, which is not changeable by players and not reflected in the grid's info screen. It would be more suitable for this to be changed to grid.CustomName, so the name players can see and edit is checked against instead.
In CleanupModule, the NameMatches function for the
name
argument checks for the grid's DisplayName, which is not changeable by players and not reflected in the grid's info screen. It would be more suitable for this to be changed to grid.CustomName, so the name players can see and edit is checked against instead.