mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 21:21:59 +00:00
* bumps tools to modern versions, adds DMM merge driver hooks for automatic map merging * mapping guidelines update * Update .github/CONTRIBUTING.md Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * aa review * these somehow got ignored? force adding * Apply suggestions from code review Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
8 lines
196 B
Batchfile
8 lines
196 B
Batchfile
@echo off
|
|
echo Installing hooks for next time...
|
|
call "%~dp0\..\bootstrap\python.bat" -m hooks.install
|
|
echo.
|
|
echo Fixing things up...
|
|
call "%~dp0\..\bootstrap\python.bat" -m mapmerge2.fixup
|
|
pause
|