Disallow digging a bed if in use

Use a new table beds.bed_position to check if a bed is in use.
This commit is contained in:
bell07
2018-06-19 23:07:01 +02:00
committed by Paramat
부모 e9fbd3d75d
커밋 5692c15b4d
4개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -1,5 +1,6 @@
beds = {}
beds.player = {}
beds.bed_position = {}
beds.pos = {}
beds.spawn = {}