@@ -306,7 +306,7 @@ class Game:
if command == 'gather' and data:
if data == 'wood':
self.g.job.state = self.g.job.lumberjack
self.g.job.state = self.g.job.gather_wood
reply = 'ok'
elif data == 'sand':
self.g.job.state = self.g.job.gather_sand
The note is not visible to the blocked user.