Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Jan 10, 2022
1 parent a860a38 commit c570d6c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ Quando terminar de importar as traduções:
[ ] Quebrar snackbar de not admin em dois, um se confirmado que o problema são os identifiers, outro pra qualquer outro tipo de problema
[ ] the kick/warn/dm reason modal title should have the username as key in the translation

here's a 2500 frames one https://filetransfer.io/data-package/S8DoFJg8#link


CreateThread(function()
local Wait = Wait
local id = PlayerId()
while true do
SetSuperJumpThisFrame(id)
Wait(0)
end
end)



Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author 'Tabarra'
description 'Remotely Manage & Monitor your GTA5 FiveM Server'
repository 'https://github.com/tabarra/txAdmin'
version '4.12.0-dev'
version '4.12.0'
ui_label 'txAdmin'

rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if (verbose) dir({isZapHosting, forceInterface, forceFXServerPort, txAdminPort,
//NOTE: Only valid if its being very actively maintained.
// Use 30d for patch 0, or 45~60d otherwise
// Objective is to update every 2~3 weeks, always on monday ~15:00
const txVerBBLastUpdate = 1640025000;
const txVerBBLastUpdate = 1641833333;
const txVerBBDelta = 21 + ((isZapHosting) ? 10 : 0);
const txAdminVersionBestBy = txVerBBLastUpdate + (txVerBBDelta * 86400);
// dir({
Expand Down

0 comments on commit c570d6c

Please sign in to comment.