|
|
b58e30d3f6
|
fix: /c → /silent-command (게임 콘솔 스팸 방지)
/c는 모든 명령을 게임 콘솔에 표시함
/silent-command는 동일하게 동작하되 콘솔에 표시 안 함
|
2026-03-25 20:36:25 +09:00 |
|
|
|
4756ef9624
|
fix: game.player → game.players[1] for RCON compatibility
RCON에서 game.player는 nil이므로 game.players[1] 사용.
- PLAYER_HELPER 상수 추가 (nil 체크 포함)
- check_player() 메서드 추가
- lua_with_player() 메서드 추가
|
2026-03-25 15:08:04 +09:00 |
|
|
|
051ea1f611
|
Update factorio_rcon.py - RCON 클라이언트 최신 버전
|
2026-03-25 10:25:58 +09:00 |
|
|
|
76f98d2fe2
|
Add factorio_rcon.py - RCON connection module
|
2026-03-25 00:06:17 +09:00 |
|