• Print

Author Topic: misc.lua loads twice, Bug?  (Read 6 times)

0 Members and 1 Guest are viewing this topic.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
misc.lua loads twice, Bug?
« on: November 20, 2006, 05:57:57 pm »
While watching ULib load trying to replicate an error someone on FacePunch is getting... I noticed misc.lua loads twice...
is this intentional?

Code: [Select]
///////////////////////////////
//      Ulysses Library      //
///////////////////////////////
// Loading...                //
//  defines.lua              //
//  misc.lua                 // <==== Here
//  util.lua                 //
//  tables.lua               //
//  database.lua             //
//  ai.lua                   //
//  color.lua                //
//  concommand.lua           //
//  download.lua             //
//  entity.lua               //
//  list.lua                 //
//  menu.lua                 //
//    menu_skins/default.lua //
//    menu_skins/round.lua   //
//  messages.lua             //
//  misc.lua                 // <==== HERE
//  phys.lua                 //
//  player.lua               //
//  say.lua                  //
//  ucl.lua                  //
//  ucl_public.lua           //
//  vector.lua               //
//  compat.lua               //
//  log.lua                  //
//  ulib_plugin.lua          //
// Load Complete!            //
///////////////////////////////
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: misc.lua loads twice, Bug?
« Reply #1 on: November 20, 2006, 06:28:08 pm »
Whoa... so it does. Thanks for pointing this out JamminR! Fixed in revision 165.
Experiencing God's grace one day at a time.

  • Print