[DiscordArchive] Maybe do it by folder?
[DiscordArchive] Maybe do it by folder?
Archived author: MaxtorCoder • Posted: 2021-01-04T15:13:39.253000+00:00
Original source
Maybe do it by folder?
Archived author: jackpoz • Posted: 2021-01-04T15:45:10.622000+00:00
Original source
for me it's ok even 1 PR per file, but please test them
Archived author: jackpoz • Posted: 2021-01-04T15:45:31.085000+00:00
Original source
because the current status is that it works, so if we change it it should definitely work still
Archived author: ZaDarkSide • Posted: 2021-01-04T15:48:13.479000+00:00
Original source
yeah well any fuckup in those queries can crash the core or worse create a silent deadly bug
Archived author: MaxtorCoder • Posted: 2021-01-04T15:48:39.684000+00:00
Original source
Or not.
Archived author: MaxtorCoder • Posted: 2021-01-04T15:48:48.652000+00:00
Original source
Since the query is checked on startup <:peepomock:715616748904382545>
Archived author: ZaDarkSide • Posted: 2021-01-04T15:49:21.443000+00:00
Original source
well that's the thing not all of them run on startup, some run well at run time while players are doing their things in-game
Archived author: M'Dic • Posted: 2021-01-04T15:51:18.155000+00:00
Original source
even with custom modules as well. i done a few while in game pqueries with custom modules. those work fine. just dont f up on the order or insta crash
Archived author: ZaDarkSide • Posted: 2021-01-04T15:52:04.793000+00:00
Original source
yeah well exactly crash is the good case, silent, weird and hard to debug behavior the worst case
Archived author: M'Dic • Posted: 2021-01-04T15:53:41.011000+00:00
Original source
well... i guess hard to debug given what you have with the query check, but i wouldnt have a easy time imagine how you wouldnt be able to debug the check it self, i mean cant debug the sql, but the query u can see where it faults at and check it from there