Skip to content

Commit

Permalink
(respawn.RespawnBsp) updating docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Nov 11, 2024
1 parent 73571f3 commit b3f86d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp_tool/respawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def save_lump(self, bsp_filename: str, lump_name: str):


class RespawnBsp(valve.ValveBsp):
"""Respawn Entertainment's Titanfall Engine .bsp (rBSP v29 -> 51.1)"""
"""Respawn Entertainment's Titanfall Engine .bsp (rBSP v29 -> 52.1)"""
# https://developer.valvesoftware.com/wiki/Source_BSP_File_Format/Game-Specific#Titanfall
# https://raw.githubusercontent.com/Wanty5883/Titanfall2/master/tools/TitanfallMapExporter.py
endianness: str = "little"
Expand Down

0 comments on commit b3f86d7

Please sign in to comment.